#include <dvbdescriptors.h>
Public Member Functions | |
| ShortEventDescriptor (const unsigned char *data, int len=300) | |
| int | LanguageKey (void) const |
| QString | LanguageString (void) const |
| int | CanonicalLanguageKey (void) const |
| QString | CanonicalLanguageString (void) const |
| uint | EventNameLength (void) const |
| QString | EventName (void) const |
| QString | EventShortName (void) const |
| uint | TextLength (void) const |
| QString | Text (void) const |
| QString | EventName (const unsigned char *encoding_override, uint encoding_length) const |
| QString | Text (const unsigned char *encoding_override, uint encoding_length) const |
| QString | toString (void) const |
Definition at line 1594 of file dvbdescriptors.h.
| ShortEventDescriptor::ShortEventDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 1597 of file dvbdescriptors.h.
| int ShortEventDescriptor::LanguageKey | ( | void | ) | const [inline] |
Definition at line 1604 of file dvbdescriptors.h.
Referenced by CanonicalLanguageKey(), and LanguageString().
| QString ShortEventDescriptor::LanguageString | ( | void | ) | const [inline] |
Definition at line 1606 of file dvbdescriptors.h.
Referenced by toString().
| int ShortEventDescriptor::CanonicalLanguageKey | ( | void | ) | const [inline] |
Definition at line 1608 of file dvbdescriptors.h.
Referenced by CanonicalLanguageString(), and MPEGDescriptor::FindBestMatch().
| QString ShortEventDescriptor::CanonicalLanguageString | ( | void | ) | const [inline] |
Definition at line 1610 of file dvbdescriptors.h.
| uint ShortEventDescriptor::EventNameLength | ( | void | ) | const [inline] |
Definition at line 1613 of file dvbdescriptors.h.
| QString ShortEventDescriptor::EventName | ( | void | ) | const [inline] |
Definition at line 1615 of file dvbdescriptors.h.
Referenced by parse_dvb_event_descriptors(), and toString().
| QString ShortEventDescriptor::EventShortName | ( | void | ) | const [inline] |
Definition at line 1617 of file dvbdescriptors.h.
| uint ShortEventDescriptor::TextLength | ( | void | ) | const [inline] |
Definition at line 1620 of file dvbdescriptors.h.
Referenced by Text().
| QString ShortEventDescriptor::Text | ( | void | ) | const [inline] |
Definition at line 1622 of file dvbdescriptors.h.
Referenced by parse_dvb_event_descriptors(), and toString().
| QString ShortEventDescriptor::EventName | ( | const unsigned char * | encoding_override, | |
| uint | encoding_length | |||
| ) | const [inline] |
Definition at line 1626 of file dvbdescriptors.h.
| QString ShortEventDescriptor::Text | ( | const unsigned char * | encoding_override, | |
| uint | encoding_length | |||
| ) | const [inline] |
Definition at line 1633 of file dvbdescriptors.h.
| QString ShortEventDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 1641 of file dvbdescriptors.h.
1.6.3