libdvbpsi 1.3.2
|
Application interface for the DVB "CA identifier" descriptor decoder and generator. More...
Go to the source code of this file.
Data Structures | |
struct | dvbpsi_ca_system_s |
CA system identifier structure. More... | |
struct | dvbpsi_ca_identifier_dr_s |
"CA identifier" descriptor structure. More... | |
Macros | |
#define | DVBPSI_CA_SYSTEM_ID_DR_MAX 127 |
Maximum number of dvbpsi_ca_system_t entries present in. | |
Typedefs | |
typedef struct dvbpsi_ca_system_s | dvbpsi_ca_system_t |
dvbpsi_ca_system_t type definition. The CA system identifier field is allocated using values found in ETSI TS 101 162. | |
typedef struct dvbpsi_ca_identifier_dr_s | dvbpsi_ca_identifier_dr_t |
dvbpsi_ca_identifier_dr_t type definition. | |
Functions | |
dvbpsi_ca_identifier_dr_t * | dvbpsi_DecodeCAIdentifierDr (dvbpsi_descriptor_t *p_descriptor) |
"DA identifier" descriptor decoder. | |
dvbpsi_descriptor_t * | dvbpsi_GenCAIdentifierDr (dvbpsi_ca_identifier_dr_t *p_decoded, bool b_duplicate) |
"CA identifier" descriptor generator. | |
Application interface for the DVB "CA identifier" descriptor decoder and generator.
>
Application interface for the DVB "CA identifier" descriptor decoder and generator. This descriptor's definition can be found in ETSI EN 300 468 section 6.2.5.
#define DVBPSI_CA_SYSTEM_ID_DR_MAX 127 |
Maximum number of dvbpsi_ca_system_t entries present in.
dvbpsi_ca_identifier_dr_t * dvbpsi_DecodeCAIdentifierDr | ( | dvbpsi_descriptor_t * | p_descriptor | ) |
"DA identifier" descriptor decoder.
p_descriptor | pointer to the descriptor structure |
dvbpsi_descriptor_t * dvbpsi_GenCAIdentifierDr | ( | dvbpsi_ca_identifier_dr_t * | p_decoded, |
bool | b_duplicate ) |
"CA identifier" descriptor generator.
p_decoded | pointer to a decoded "CA identifier" descriptor structure |
b_duplicate | if true then duplicate the p_decoded structure into the descriptor |