MythTV
master
|
#include <mythdrmproperty.h>
Public Member Functions | |
MythDRMBlobProperty (int FD, uint64_t Value, drmModePropertyPtr Property) | |
![]() | |
virtual | ~MythDRMProperty ()=default |
virtual QString | ToString () |
Public Attributes | |
QByteArray | m_blob |
![]() | |
Type | m_type { Invalid } |
uint32_t | m_id { 0 } |
bool | m_readOnly { true } |
bool | m_atomic { false } |
QString | m_name |
Additional Inherited Members | |
![]() | |
enum | Type { Invalid = 0, Range, Enum, Bitmask, Blob, Object, SignedRange } |
![]() | |
static DRMProps | GetProperties (int FD, uint32_t ObjectId, uint32_t ObjectType) |
static DRMProp | GetProperty (const QString &Name, const DRMProps &Properties) |
![]() | |
MythDRMProperty (Type mType, uint32_t Id, uint32_t Flags, const char *Name) | |
Definition at line 77 of file mythdrmproperty.h.
MythDRMBlobProperty::MythDRMBlobProperty | ( | int | FD, |
uint64_t | Value, | ||
drmModePropertyPtr | Property | ||
) |
Definition at line 124 of file mythdrmproperty.cpp.
QByteArray MythDRMBlobProperty::m_blob |
Definition at line 81 of file mythdrmproperty.h.
Referenced by MythDRMBlobProperty().