#include <dvbdescriptors.h>
Public Member Functions | |
| CountryAvailabilityDescriptor (const unsigned char *data, int len=300) | |
| uint | CountryCount (void) const |
| bool | IsAvailable (void) const |
| QString | CountryNames (void) const |
| QString | toString (void) const |
Definition at line 612 of file dvbdescriptors.h.
| CountryAvailabilityDescriptor::CountryAvailabilityDescriptor | ( | const unsigned char * | data, | |
| int | len = 300 | |||
| ) | [inline] |
Definition at line 615 of file dvbdescriptors.h.
| uint CountryAvailabilityDescriptor::CountryCount | ( | void | ) | const [inline] |
Definition at line 621 of file dvbdescriptors.h.
Referenced by CountryNames().
| bool CountryAvailabilityDescriptor::IsAvailable | ( | void | ) | const [inline] |
Definition at line 624 of file dvbdescriptors.h.
Referenced by toString().
| QString CountryAvailabilityDescriptor::CountryNames | ( | void | ) | const [inline] |
Definition at line 629 of file dvbdescriptors.h.
Referenced by toString().
| QString CountryAvailabilityDescriptor::toString | ( | void | ) | const [inline, virtual] |
Reimplemented from MPEGDescriptor.
Definition at line 641 of file dvbdescriptors.h.
1.6.3