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

Go to the source code of this file.

Classes

class  MythDRMProperty
 A wrapper around a DRM object property. More...
 
class  MythDRMRangeProperty
 
class  MythDRMSignedRangeProperty
 
class  MythDRMEnumProperty
 
class  MythDRMBitmaskProperty
 
class  MythDRMBlobProperty
 
class  MythDRMObjectProperty
 

Typedefs

using DRMProp = std::shared_ptr< class MythDRMProperty >
 
using DRMProps = std::vector< DRMProp >
 

Typedef Documentation

◆ DRMProp

using DRMProp = std::shared_ptr<class MythDRMProperty>

Definition at line 7 of file mythdrmproperty.h.

◆ DRMProps

using DRMProps = std::vector<DRMProp>

Definition at line 8 of file mythdrmproperty.h.