Inherits CStructHdl< InputstreamDvccMetadata, INPUTSTREAM_DVCC_METADATA >.
Public Member Functions | |
| bool | GetBlPresentFlag () const |
| uint8_t | GetBlSignalCompatibilityId () const |
| uint8_t | GetDvLevel () const |
| uint8_t | GetDvProfile () const |
| uint8_t | GetDvVersionMajor () const |
| uint8_t | GetDvVersionMinor () const |
| bool | GetElPresentFlag () const |
| uint8_t | GetMdCompression () const |
| bool | GetRpuPresentFlag () const |
| InputstreamDvccMetadata (const InputstreamDvccMetadata &stream) | |
| InputstreamDvccMetadata & | operator= (const InputstreamDvccMetadata &)=default |
| bool | operator== (const kodi::addon::InputstreamDvccMetadata &right) const |
| void | SetBlPresentFlag (bool value) |
| void | SetBlSignalCompatibilityId (uint8_t value) |
| void | SetDvLevel (uint8_t value) |
| void | SetDvProfile (uint8_t value) |
| void | SetDvVersionMajor (uint8_t value) |
| void | SetDvVersionMinor (uint8_t value) |
| void | SetElPresentFlag (bool value) |
| void | SetMdCompression (uint8_t value) |
| void | SetRpuPresentFlag (bool value) |
Public Member Functions inherited from CStructHdl< InputstreamDvccMetadata, INPUTSTREAM_DVCC_METADATA > | |
| CStructHdl (const CStructHdl &cppClass) | |
| CStructHdl (const INPUTSTREAM_DVCC_METADATA *cStructure) | |
| CStructHdl (INPUTSTREAM_DVCC_METADATA *cStructure) | |
| const INPUTSTREAM_DVCC_METADATA * | GetCStructure () const |
| operator const INPUTSTREAM_DVCC_METADATA * () const | |
| operator INPUTSTREAM_DVCC_METADATA * () | |
| const CStructHdl & | operator= (const CStructHdl &right) |
| const CStructHdl & | operator= (const INPUTSTREAM_DVCC_METADATA &right) |
| INPUTSTREAM_DVCC_METADATA * | release () |
Additional Inherited Members | |
Protected Attributes inherited from CStructHdl< InputstreamDvccMetadata, INPUTSTREAM_DVCC_METADATA > | |
| INPUTSTREAM_DVCC_METADATA * | m_cStructure |