libdvbpsi 1.3.2
|
Decode Content Identifier Descriptor. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_crid_entry_s |
CRID Entry. More... | |
struct | dvbpsi_content_id_dr_s |
Content Identifier Descriptor. More... | |
Macros | |
#define | CRID_TYPE_UNDEFINED 0 |
Content Resource Identifier Descriptor for undefined content. | |
#define | CRID_TYPE_CONTENT 1 |
Content Resource Identifier Descriptor for type content. | |
#define | CRID_TYPE_SERIES 2 |
Content Resource Identifier Descriptor for type series content. | |
#define | CRID_TYPE_RECOMMENDATION 3 |
Content Resource Identifier Descriptor for type recommended content. | |
#define | CRID_LOCATION_DESCRIPTOR 0 |
Content Resource Identifier Descriptor for location. | |
#define | CRID_LOCATION_CIT 1 |
Content Resource Identifier Descriptor for CIT(?) | |
#define | DVBPSI_CRID_ENTRY_DR_MAX 85 |
Maximum number of dvbpsi_crid_entry_t entries present in. | |
Typedefs | |
typedef struct dvbpsi_crid_entry_s | dvbpsi_crid_entry_t |
dvbpsi_crid_entry_t type definition. | |
typedef struct dvbpsi_content_id_dr_s | dvbpsi_content_id_dr_t |
dvbpsi_content_id_dr_t type definition. | |
Functions | |
dvbpsi_content_id_dr_t * | dvbpsi_DecodeContentIdDr (dvbpsi_descriptor_t *p_descriptor) |
Decode a Content Identifier descriptor (tag 0x76) | |
Decode Content Identifier Descriptor.
#define DVBPSI_CRID_ENTRY_DR_MAX 85 |
Maximum number of dvbpsi_crid_entry_t entries present in.
dvbpsi_content_id_dr_t * dvbpsi_DecodeContentIdDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
Decode a Content Identifier descriptor (tag 0x76)
p_descriptor | Raw descriptor to decode. |