#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 2516 of file dvbdescriptors.h.
◆ AC3Descriptor()
AC3Descriptor::AC3Descriptor |
( |
const unsigned char * |
data, |
|
|
int |
len = 300 |
|
) |
| |
|
inlineexplicit |
◆ HasComponentType()
bool AC3Descriptor::HasComponentType |
( |
void |
| ) |
const |
|
inline |
◆ HasBSID()
bool AC3Descriptor::HasBSID |
( |
void |
| ) |
const |
|
inline |
◆ HasMainID()
bool AC3Descriptor::HasMainID |
( |
void |
| ) |
const |
|
inline |
◆ HasASVC()
bool AC3Descriptor::HasASVC |
( |
void |
| ) |
const |
|
inline |
◆ ComponentType()
uint AC3Descriptor::ComponentType |
( |
void |
| ) |
const |
|
inline |
◆ BSID()
uint AC3Descriptor::BSID |
( |
void |
| ) |
const |
|
inline |
◆ MainID()
uint AC3Descriptor::MainID |
( |
void |
| ) |
const |
|
inline |
◆ ASVC()
uint AC3Descriptor::ASVC |
( |
void |
| ) |
const |
|
inline |
◆ toString()
QString AC3Descriptor::toString |
( |
void |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: