|
| CDRMObject (const CDRMObject &)=delete |
|
CDRMObject & | operator= (const CDRMObject &)=delete |
|
std::string | GetTypeName () const |
|
std::string | GetPropertyName (uint32_t propertyId) const |
|
uint32_t | GetId () const |
|
uint32_t | GetPropertyId (const std::string &name) const |
|
std::tuple< bool, uint64_t > | GetPropertyValue (const std::string &name, const std::string &valueName) const |
|
bool | SetProperty (const std::string &name, uint64_t value) |
|
bool | SupportsProperty (const std::string &name) |
|
|
| CDRMObject (int fd) |
|
bool | GetProperties (uint32_t id, uint32_t type) |
|
◆ GetPropertyValue()
std::tuple< bool, uint64_t > CDRMObject::GetPropertyValue |
( |
const std::string & |
name, |
|
|
const std::string & |
valueName |
|
) |
| const |
- Todo:
- : improve with c++17
The documentation for this class was generated from the following files:
- xbmc/windowing/gbm/drm/DRMObject.h
- xbmc/windowing/gbm/drm/DRMObject.cpp