MythTV  master
Classes | Typedefs
mythdrmframebuffer.h File Reference
#include "libmythui/platforms/drm/mythdrmresources.h"
Include dependency graph for mythdrmframebuffer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythDRMFramebuffer
 A simple object representing a DRM Framebuffer object. More...
 

Typedefs

using DRMFb = std::shared_ptr< class MythDRMFramebuffer >
 
using DRMFbs = std::vector< DRMFb >
 

Typedef Documentation

◆ DRMFb

using DRMFb = std::shared_ptr<class MythDRMFramebuffer>

Definition at line 7 of file mythdrmframebuffer.h.

◆ DRMFbs

using DRMFbs = std::vector<DRMFb>

Definition at line 8 of file mythdrmframebuffer.h.