50 #ifndef COMPONENTGROUPDESCRIPTOR_H_
51 #define COMPONENTGROUPDESCRIPTOR_H_
53 #include "IMpegDescriptor.h"
54 using namespace ::br::pucrio::telemidia::ginga::core::tsparser;
59 unsigned char CAUnitId;
60 unsigned numOfComponent;
61 unsigned char* components;
65 unsigned char componentGroupId;
66 unsigned char numOfCAUnit;
68 unsigned char totalBitRate;
69 unsigned char textLength;
80 namespace descriptors {
84 unsigned char componentGroupByte;
85 unsigned char totalBitRateFlag;
86 unsigned char numOfGroup;
91 unsigned char getDescriptorTag();
92 unsigned int getDescriptorLength();
93 size_t process(
char* data,
size_t pos);
Definition: ComponentGroupDescriptor.h:58
Definition: IMpegDescriptor.h:62
Definition: ComponentGroupDescriptor.h:64
Definition: ComponentGroupDescriptor.h:82