20#ifndef _ATSC_SERVICE_LOCATION_H
21#define _ATSC_SERVICE_LOCATION_H
58 } __attribute__((packed));
59 } __attribute__((packed));
61} __attribute__((packed));
87 } __attribute__((packed));
88 } __attribute__((packed));
91} __attribute__((packed));
Provides a way to handle MPEG-TS descriptors found on Digital TV streams.
void atsc_desc_service_location_free(struct dvb_desc *desc)
Frees all data allocated by the service location descriptor.
void atsc_desc_service_location_print(struct dvb_v5_fe_parms *parms, const struct dvb_desc *desc)
Prints the content of the service location descriptor.
int atsc_desc_service_location_init(struct dvb_v5_fe_parms *parms, const uint8_t *buf, struct dvb_desc *desc)
Initializes and parses the service location descriptor.
service location elementary descriptors
unsigned char ISO_639_language_code[3]
Describes the elementary streams inside a PAT table for ATSC.
struct atsc_desc_service_location_elementary * elementary
Linked list containing the several descriptors found on a MPEG-TS table.
Keeps data needed to handle the DVB frontend.