36#ifndef _CA_IDENTIFIER_H
37#define _CA_IDENTIFIER_H
61} __attribute__((packed));
66#define dvb_desc_ca_identifier_field_first ca_id
68#define dvb_desc_ca_identifier_field_last privdata
90 const uint8_t *buf,
struct dvb_desc *desc);
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void dvb_desc_ca_identifier_free(struct dvb_desc *desc)
Frees all data allocated by the CA identifier descriptor.
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.
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.
Indicates if a particular bouquet, service or event is associated with a CA system.
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.