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

Go to the source code of this file.

Classes

class  MythDRMCrtc
 A simple wrapper around a DRM CRTC object. More...
 

Typedefs

using DRMCrtc = std::shared_ptr< class MythDRMCrtc >
 
using DRMCrtcs = std::vector< DRMCrtc >
 

Typedef Documentation

◆ DRMCrtc

using DRMCrtc = std::shared_ptr<class MythDRMCrtc>

Definition at line 8 of file mythdrmcrtc.h.

◆ DRMCrtcs

using DRMCrtcs = std::vector<DRMCrtc>

Definition at line 9 of file mythdrmcrtc.h.