libdvbv5
1.11.0
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the Conditional Access identifier. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_desc_ca_identifier |
Indicates if a particular bouquet, service or event is associated with a CA system. More... | |
Macros | |
#define | dvb_desc_ca_identifier_field_first |
initial descriptor field at dvb_desc_ca_identifier struct More... | |
#define | dvb_desc_ca_identifier_field_last |
last descriptor field at dvb_desc_ca_identifier struct More... | |
Functions | |
int | dvb_desc_ca_identifier_init (struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc) |
Initializes and parses the CA identifier descriptor. More... | |
void | dvb_desc_ca_identifier_print (struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc) |
Prints the content of the CA identifier descriptor. More... | |
void | dvb_desc_ca_identifier_free (struct dvb_desc *desc) |
Frees all data allocated by the CA identifier descriptor. More... | |
Provides the descriptors for the Conditional Access identifier.
Definition in file desc_ca_identifier.h.
#define dvb_desc_ca_identifier_field_first |
initial descriptor field at dvb_desc_ca_identifier struct
Definition at line 66 of file desc_ca_identifier.h.
#define dvb_desc_ca_identifier_field_last |
last descriptor field at dvb_desc_ca_identifier struct
Definition at line 68 of file desc_ca_identifier.h.