50 #ifndef ISHORTEVENTDESCRIPTOR_H_
51 #define ISHORTEVENTDESCRIPTOR_H_
53 #include "IMpegDescriptor.h"
62 namespace descriptors {
66 virtual string getLanguageCode()=0;
67 virtual string getEventName()=0;
68 virtual string getTextChar()=0;
Definition: IShortEventDescriptor.h:63
Definition: IMpegDescriptor.h:62