1 #ifndef MYTHDRMPROPERTY_H
2 #define MYTHDRMPROPERTY_H
7 using DRMProp = std::shared_ptr<class MythDRMProperty>;
24 static DRMProps GetProperties(
int FD, uint32_t ObjectId, uint32_t ObjectType);
31 bool m_readOnly {
true };
32 bool m_atomic {
false };
47 uint64_t m_value { 0 };
57 int64_t m_value { 0 };
67 uint64_t m_value { 0 };