50 #ifndef TRANSPORTPROTOCOLDESCRIPTOR_H_
51 #define TRANSPORTPROTOCOLDESCRIPTOR_H_
53 #include "IMpegDescriptor.h"
54 using namespace br::pucrio::telemidia::ginga::core::tsparser;
68 unsigned short protocolId;
69 unsigned char transportProtocolLabel;
70 unsigned char selectorByteLength;
76 unsigned char getDescriptorTag();
77 unsigned int getDescriptorLength();
78 size_t process(
char* data,
size_t pos);
80 unsigned int getSelectorByteLength();
81 unsigned short getProtocolId();
82 unsigned char getTransportProtocolLabel();
83 char* getSelectorByte();
Definition: TransportProtocolDescriptor.h:66
Definition: IMpegDescriptor.h:62