libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
Provides the descriptors for the LCN - Logican Channel Number. More...
#include <libdvbv5/descriptors.h>
Go to the source code of this file.
Data Structures | |
struct | dvb_desc_logical_channel_number |
Structure containing the logical channel number entires. More... | |
struct | dvb_desc_logical_channel |
Structure containing the logical channel number descriptor. More... | |
Functions | |
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. | |
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. | |
Provides the descriptors for the LCN - Logican Channel Number.
Definition in file desc_logical_channel.h.