#include <dvbdescriptors.h>
Public Member Functions | |
| ServiceDescriptor (const unsigned char *data, int len=300) | |
| uint | ServiceType (void) const |
| uint | ServiceProviderNameLength (void) const |
| QString | ServiceProviderName (void) const |
| QString | ServiceProviderShortName (void) const |
| uint | ServiceNameLength (void) const |
| QString | ServiceName (void) const |
| QString | ServiceShortName (void) const |
| bool | IsDTV (void) const |
| bool | IsDigitalAudio (void) const |
| bool | IsHDTV (void) const |
| bool | IsTeletext (void) const |
| QString | toString (void) const |
Definition at line 1477 of file dvbdescriptors.h.
| ServiceDescriptor::ServiceDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 1480 of file dvbdescriptors.h.
| uint ServiceDescriptor::ServiceType | ( | void | ) | const [inline] |
Definition at line 1487 of file dvbdescriptors.h.
Referenced by IsDigitalAudio(), IsDTV(), IsHDTV(), IsTeletext(), and toString().
| uint ServiceDescriptor::ServiceProviderNameLength | ( | void | ) | const [inline] |
Definition at line 1489 of file dvbdescriptors.h.
Referenced by ServiceName(), ServiceNameLength(), ServiceProviderName(), ServiceProviderShortName(), and ServiceShortName().
| QString ServiceDescriptor::ServiceProviderName | ( | void | ) | const [inline] |
Definition at line 1491 of file dvbdescriptors.h.
| QString ServiceDescriptor::ServiceProviderShortName | ( | void | ) | const [inline] |
Definition at line 1493 of file dvbdescriptors.h.
| uint ServiceDescriptor::ServiceNameLength | ( | void | ) | const [inline] |
Definition at line 1498 of file dvbdescriptors.h.
Referenced by ServiceName(), and ServiceShortName().
| QString ServiceDescriptor::ServiceName | ( | void | ) | const [inline] |
Definition at line 1501 of file dvbdescriptors.h.
Referenced by toString(), and update_info().
| QString ServiceDescriptor::ServiceShortName | ( | void | ) | const [inline] |
Definition at line 1506 of file dvbdescriptors.h.
Referenced by update_info().
| bool ServiceDescriptor::IsDTV | ( | void | ) | const [inline] |
Definition at line 1511 of file dvbdescriptors.h.
Referenced by update_info().
| bool ServiceDescriptor::IsDigitalAudio | ( | void | ) | const [inline] |
Definition at line 1513 of file dvbdescriptors.h.
Referenced by update_info().
| bool ServiceDescriptor::IsHDTV | ( | void | ) | const [inline] |
Definition at line 1515 of file dvbdescriptors.h.
| bool ServiceDescriptor::IsTeletext | ( | void | ) | const [inline] |
Definition at line 1517 of file dvbdescriptors.h.
| QString ServiceDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 1520 of file dvbdescriptors.h.
1.6.3