libdvbv5 1.26.1
Library to work with Digital TV devices on Linux
|
service location elementary descriptors More...
#include <desc_atsc_service_location.h>
Data Fields | ||
uint8_t | stream_type | |
union { | ||
uint16_t bitfield | ||
struct { | ||
uint16_t elementary_pid:13 | ||
uint16_t reserved:3 | ||
} | ||
}; | ||
unsigned char | ISO_639_language_code [3] | |
service location elementary descriptors
stream_type | stream type |
elementary_pid | elementary pid |
ISO_639_language_code | ISO 639 language code |
Definition at line 51 of file desc_atsc_service_location.h.
union { ... } atsc_desc_service_location_elementary |
uint16_t atsc_desc_service_location_elementary::bitfield |
Definition at line 54 of file desc_atsc_service_location.h.
uint16_t atsc_desc_service_location_elementary::elementary_pid |
Definition at line 56 of file desc_atsc_service_location.h.
unsigned char atsc_desc_service_location_elementary::ISO_639_language_code[3] |
Definition at line 60 of file desc_atsc_service_location.h.
uint16_t atsc_desc_service_location_elementary::reserved |
Definition at line 57 of file desc_atsc_service_location.h.
uint8_t atsc_desc_service_location_elementary::stream_type |
Definition at line 52 of file desc_atsc_service_location.h.