|
MythTV
0.26-pre
|
#include <dishdescriptors.h>
Public Member Functions | |
| DishEventDescriptionDescriptor (const unsigned char *data, int len=300) | |
| const unsigned char * | DescriptionRaw (void) const |
| uint | DescriptionRawLength (void) const |
| bool | HasDescription (void) const |
| QString | Description (uint) const |
Definition at line 82 of file dishdescriptors.h.
| DishEventDescriptionDescriptor::DishEventDescriptionDescriptor | ( | const unsigned char * | data, |
| int | len = 300 |
||
| ) | [inline] |
Definition at line 85 of file dishdescriptors.h.
| const unsigned char * DishEventDescriptionDescriptor::DescriptionRaw | ( | void | ) | const |
Definition at line 17 of file dishdescriptors.cpp.
Referenced by Description().
Definition at line 26 of file dishdescriptors.cpp.
Referenced by Description(), and HasDescription().
| bool DishEventDescriptionDescriptor::HasDescription | ( | void | ) | const [inline] |
Definition at line 95 of file dishdescriptors.h.
Referenced by EITHelper::AddEIT().
| QString DishEventDescriptionDescriptor::Description | ( | uint | compression_type | ) | const |
Definition at line 35 of file dishdescriptors.cpp.
Referenced by EITHelper::AddEIT().
1.7.6.1