64 } __attribute__((packed));
65 } __attribute__((packed));
66} __attribute__((packed));
84} __attribute__((packed));
108 const uint8_t *buf,
struct dvb_desc *desc);
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void dvb_desc_logical_channel_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the logical channel number descriptor.
void dvb_desc_logical_channel_free(struct dvb_desc *desc)
Frees all data allocated by the logical channel number descriptor.
int dvb_desc_logical_channel_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the logical channel number descriptor.
Structure containing the logical channel number entires.
uint16_t logical_channel_number
uint16_t visible_service_flag
Structure containing the logical channel number descriptor.
struct dvb_desc_logical_channel_number * lcn
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.