#include <libmythtv/mpeg/dvbdescriptors.h>
|
| static desc_list_t | Parse (const unsigned char *data, uint len) |
| |
| static desc_list_t | ParseAndExclude (const unsigned char *data, uint len, int excluded_descid) |
| |
| static desc_list_t | ParseOnlyInclude (const unsigned char *data, uint len, int excluded_descid) |
| |
| static const unsigned char * | Find (const desc_list_t &parsed, uint desc_tag) |
| |
| static const unsigned char * | FindExtension (const desc_list_t &parsed, uint desc_tag) |
| |
| static desc_list_t | FindAll (const desc_list_t &parsed, uint desc_tag) |
| |
| static const unsigned char * | FindBestMatch (const desc_list_t &parsed, uint desc_tag, QMap< uint, uint > &langPref) |
| |
| static desc_list_t | FindBestMatches (const desc_list_t &parsed, uint desc_tag, QMap< uint, uint > &langPref) |
| |
| const unsigned char * | m_data |
| |
Definition at line 2072 of file dvbdescriptors.h.
◆ ServiceDescriptor()
| ServiceDescriptor::ServiceDescriptor |
( |
const unsigned char * |
data, |
|
|
int |
len = 300 |
|
) |
| |
|
inlineexplicit |
◆ IsDigitalAudio()
| bool ServiceDescriptor::IsDigitalAudio |
( |
void |
| ) |
const |
|
inline |
◆ IsDTV()
| bool ServiceDescriptor::IsDTV |
( |
void |
| ) |
const |
|
inline |
◆ IsHDTV()
| bool ServiceDescriptor::IsHDTV |
( |
void |
| ) |
const |
|
inline |
◆ IsTeletext()
| bool ServiceDescriptor::IsTeletext |
( |
void |
| ) |
const |
|
inline |
◆ ServiceName()
| QString ServiceDescriptor::ServiceName |
( |
void |
| ) |
const |
|
inline |
◆ ServiceNameLength()
| uint ServiceDescriptor::ServiceNameLength |
( |
void |
| ) |
const |
|
inline |
◆ ServiceProviderName()
| QString ServiceDescriptor::ServiceProviderName |
( |
void |
| ) |
const |
|
inline |
◆ ServiceProviderNameLength()
| uint ServiceDescriptor::ServiceProviderNameLength |
( |
void |
| ) |
const |
|
inline |
◆ ServiceProviderShortName()
| QString ServiceDescriptor::ServiceProviderShortName |
( |
void |
| ) |
const |
|
inline |
◆ ServiceShortName()
| QString ServiceDescriptor::ServiceShortName |
( |
void |
| ) |
const |
|
inline |
◆ ServiceType()
| uint ServiceDescriptor::ServiceType |
( |
void |
| ) |
const |
|
inline |
◆ toString()
| QString ServiceDescriptor::toString |
( |
void |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: