50 #ifndef DATACONTENTDESCRIPTOR_H_
51 #define DATACONTENTDESCRIPTOR_H_
53 #include "IMpegDescriptor.h"
63 namespace descriptors{
66 unsigned short dataComponentId;
67 unsigned char entryComponent;
68 unsigned char selectorLength;
70 unsigned char numOfComponentRef;
73 unsigned char textLength;
79 unsigned char getDescriptorTag();
80 unsigned int getDescriptorLength();
81 string getLanguageCode();
83 unsigned int getTextLength();
84 unsigned int getSelectorLength();
86 size_t process (
char*data,
size_t pos);
Definition: DataContentDescriptor.h:64
Definition: IMpegDescriptor.h:62