37#ifndef _DESC_NETWORK_NAME_H 
   38#define _DESC_NETWORK_NAME_H 
   64} __attribute__((packed));
 
 
   88                               const uint8_t *buf, 
struct dvb_desc *desc);
 
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void dvb_desc_network_name_free(struct dvb_desc *desc)
Frees all data allocated by the network name descriptor.
int dvb_desc_network_name_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the network name descriptor.
void dvb_desc_network_name_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the network name descriptor.
Struct containing the network name descriptor.
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.