#include <libmythtv/mpeg/dishdescriptors.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 14 of file dishdescriptors.h.
◆ DishEventMPAADescriptor()
DishEventMPAADescriptor::DishEventMPAADescriptor |
( |
const unsigned char * |
data, |
|
|
int |
len = 300 |
|
) |
| |
|
inlineexplicit |
◆ stars_raw()
uint DishEventMPAADescriptor::stars_raw |
( |
void |
| ) |
const |
|
inline |
◆ stars()
float DishEventMPAADescriptor::stars |
( |
void |
| ) |
const |
◆ rating_raw()
uint DishEventMPAADescriptor::rating_raw |
( |
void |
| ) |
const |
|
inline |
◆ rating()
QString DishEventMPAADescriptor::rating |
( |
void |
| ) |
const |
◆ advisory_raw()
uint DishEventMPAADescriptor::advisory_raw |
( |
void |
| ) |
const |
|
inline |
◆ advisory()
QString DishEventMPAADescriptor::advisory |
( |
void |
| ) |
const |
◆ Init()
void DishEventMPAADescriptor::Init |
( |
void |
| ) |
|
|
staticprivate |
◆ s_mpaaRatingsLock
QMutex DishEventMPAADescriptor::s_mpaaRatingsLock |
|
staticprivate |
◆ s_mpaaRatingsDesc
QMap< uint, QString > DishEventMPAADescriptor::s_mpaaRatingsDesc |
|
staticprivate |
◆ s_mpaaRatingsExists
bool DishEventMPAADescriptor::s_mpaaRatingsExists = false |
|
staticprivate |
The documentation for this class was generated from the following files: