|
MythTV master
|
#include <libmythtv/mheg/dsmccbiop.h>
Public Member Functions | |
| BiopObjLocation ()=default | |
| ~BiopObjLocation ()=default | |
| int | Process (const unsigned char *data) |
Public Attributes | |
| unsigned long | m_componentTag {0} |
| char | m_componentDataLen {0} |
| char | m_versionMajor {0} |
| char | m_versionMinor {0} |
| DSMCCCacheReference | m_reference |
Definition at line 73 of file dsmccbiop.h.
|
default |
|
default |
| int BiopObjLocation::Process | ( | const unsigned char * | data | ) |
Definition at line 449 of file dsmccbiop.cpp.
Referenced by ProfileBodyFull::Process().
| char BiopObjLocation::m_componentDataLen {0} |
Definition at line 82 of file dsmccbiop.h.
Referenced by Process().
| unsigned long BiopObjLocation::m_componentTag {0} |
Definition at line 81 of file dsmccbiop.h.
Referenced by Process().
| DSMCCCacheReference BiopObjLocation::m_reference |
Definition at line 85 of file dsmccbiop.h.
Referenced by ProfileBodyFull::GetReference(), Process(), and ProfileBodyFull::Process().
| char BiopObjLocation::m_versionMajor {0} |
Definition at line 83 of file dsmccbiop.h.
Referenced by Process().
| char BiopObjLocation::m_versionMinor {0} |
Definition at line 84 of file dsmccbiop.h.
Referenced by Process().