libdvbv5 1.22.1
Library to work with Digital TV devices on Linux
|
Contains the private data for Conditional Access. More...
#include <desc_ca.h>
Data Fields | |
uint8_t | type |
uint8_t | length |
struct dvb_desc * | next |
uint16_t | ca_id |
union { | |
uint16_t bitfield1 | |
struct { | |
uint16_t ca_pid:13 | |
uint16_t reserved:3 | |
} | |
}; | |
uint8_t * | privdata |
uint8_t | privdata_len |
Contains the private data for Conditional Access.
type | descriptor tag |
length | descriptor length |
next | pointer to struct dvb_desc |
ca_id | Conditional Access ID |
ca_pid | Conditional Access ID |
privdata | pointer to private data buffer |
privdata_len | length of the private data |
union { ... } dvb_desc_ca::@135 |