#include <dvbdescriptors.h>
Public Member Functions | |
| ComponentDescriptor (const unsigned char *data, int len=300) | |
| uint | StreamContent (void) const |
| uint | ComponentType (void) const |
| uint | ComponentTag (void) const |
| int | LanguageKey (void) const |
| QString | LanguageString (void) const |
| int | CanonicalLanguageKey (void) const |
| QString | CanonicalLanguageString (void) const |
| bool | IsVideo (void) const |
| bool | IsAudio (void) const |
| bool | IsSubtitle (void) const |
| unsigned char | VideoProperties (void) const |
| unsigned char | MPEG2Properties (void) const |
| unsigned char | AVCProperties (void) const |
| unsigned char | AudioProperties (void) const |
| unsigned char | MP2Properties (void) const |
| unsigned char | AC3Properties (void) const |
| unsigned char | HEAACProperties (void) const |
| unsigned char | SubtitleType (void) const |
| QString | toString (void) const |
Definition at line 357 of file dvbdescriptors.h.
| ComponentDescriptor::ComponentDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 360 of file dvbdescriptors.h.
| uint ComponentDescriptor::StreamContent | ( | void | ) | const [inline] |
Definition at line 367 of file dvbdescriptors.h.
Referenced by AudioProperties(), IsAudio(), IsSubtitle(), IsVideo(), toString(), and VideoProperties().
| uint ComponentDescriptor::ComponentType | ( | void | ) | const [inline] |
Definition at line 369 of file dvbdescriptors.h.
Referenced by AC3Properties(), AVCProperties(), HEAACProperties(), MP2Properties(), MPEG2Properties(), SubtitleType(), and toString().
| uint ComponentDescriptor::ComponentTag | ( | void | ) | const [inline] |
Definition at line 371 of file dvbdescriptors.h.
| int ComponentDescriptor::LanguageKey | ( | void | ) | const [inline] |
Definition at line 373 of file dvbdescriptors.h.
Referenced by CanonicalLanguageKey(), and LanguageString().
| QString ComponentDescriptor::LanguageString | ( | void | ) | const [inline] |
Definition at line 375 of file dvbdescriptors.h.
| int ComponentDescriptor::CanonicalLanguageKey | ( | void | ) | const [inline] |
Definition at line 377 of file dvbdescriptors.h.
Referenced by CanonicalLanguageString().
| QString ComponentDescriptor::CanonicalLanguageString | ( | void | ) | const [inline] |
Definition at line 379 of file dvbdescriptors.h.
| bool ComponentDescriptor::IsVideo | ( | void | ) | const [inline] |
Definition at line 384 of file dvbdescriptors.h.
| bool ComponentDescriptor::IsAudio | ( | void | ) | const [inline] |
Definition at line 389 of file dvbdescriptors.h.
| bool ComponentDescriptor::IsSubtitle | ( | void | ) | const [inline] |
Definition at line 402 of file dvbdescriptors.h.
Referenced by SubtitleType().
| unsigned char ComponentDescriptor::VideoProperties | ( | void | ) | const [inline] |
Definition at line 404 of file dvbdescriptors.h.
Referenced by parse_dvb_component_descriptors().
| unsigned char ComponentDescriptor::MPEG2Properties | ( | void | ) | const [inline] |
Definition at line 414 of file dvbdescriptors.h.
Referenced by VideoProperties().
| unsigned char ComponentDescriptor::AVCProperties | ( | void | ) | const [inline] |
Definition at line 432 of file dvbdescriptors.h.
Referenced by VideoProperties().
| unsigned char ComponentDescriptor::AudioProperties | ( | void | ) | const [inline] |
Definition at line 447 of file dvbdescriptors.h.
Referenced by parse_dvb_component_descriptors().
| unsigned char ComponentDescriptor::MP2Properties | ( | void | ) | const [inline] |
Definition at line 462 of file dvbdescriptors.h.
Referenced by AudioProperties().
| unsigned char ComponentDescriptor::AC3Properties | ( | void | ) | const [inline] |
Definition at line 481 of file dvbdescriptors.h.
Referenced by AudioProperties().
| unsigned char ComponentDescriptor::HEAACProperties | ( | void | ) | const [inline] |
Definition at line 510 of file dvbdescriptors.h.
Referenced by AudioProperties().
| unsigned char ComponentDescriptor::SubtitleType | ( | void | ) | const [inline] |
Definition at line 532 of file dvbdescriptors.h.
Referenced by parse_dvb_component_descriptors().
| QString ComponentDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 550 of file dvbdescriptors.h.
1.6.3