| libdvbv5 1.30.1
    Library to work with Digital TV devices on Linux | 
Struct containing the frequency list descriptor. More...
#include <desc_registration_id.h>
| Data Fields | |
| uint8_t | type | 
| uint8_t | length | 
| struct dvb_desc * | next | 
| uint8_t | format_identifier [4] | 
| uint8_t * | additional_identification_info | 
Struct containing the frequency list descriptor.
| type | descriptor tag | 
| length | descriptor length | 
| format_identifier | 32-bit value obtained from ISO/IEC JTC 1/SC 29 which describes the format of the ES The length of the vector is given by: length - 4. | 
Definition at line 53 of file desc_registration_id.h.
| uint8_t* dvb_desc_registration::additional_identification_info | 
Definition at line 59 of file desc_registration_id.h.
| uint8_t dvb_desc_registration::format_identifier[4] | 
Definition at line 58 of file desc_registration_id.h.
| uint8_t dvb_desc_registration::length | 
Definition at line 55 of file desc_registration_id.h.
| struct dvb_desc* dvb_desc_registration::next | 
Definition at line 56 of file desc_registration_id.h.
| uint8_t dvb_desc_registration::type | 
Definition at line 54 of file desc_registration_id.h.