49 #ifndef LOCALTIMEOFFSETDESCRIPTOR_H_
50 #define LOCALTIMEOFFSETDESCRIPTOR_H_
52 #include "IMpegDescriptor.h"
53 using namespace br::pucrio::telemidia::ginga::core::tsparser;
67 namespace descriptors {
72 unsigned char countryRegionId;
73 unsigned char localTimeOffsetPolarity;
74 unsigned short localTimeOffset;
76 unsigned short nextTimeOffset;
80 unsigned char getDescriptorTag();
81 unsigned int getDescriptorLength();
82 string getCountryCode();
83 unsigned char getCountryRegionId();
84 unsigned char getLocalTimeOffsetPolarity();
85 unsigned short getLocalTimeOffset();
86 string getTimeOfChange();
87 unsigned short getNextTimeOffset();
89 size_t process (
char* data,
size_t pos);
Definition: IMpegDescriptor.h:62
Definition: LocalTimeOffsetDescriptor.h:69