libdvbv5
1.4.0
Library to work with Digital TV streams
|
Linked list containing the several descriptors found on a MPEG-TS table. More...
#include <descriptors.h>
Data Fields | |
uint8_t | data [] |
Linked list containing the several descriptors found on a MPEG-TS table.
type | Descriptor type |
length | Length of the descriptor |
next | pointer to the next descriptor |
data | Descriptor data |
Definition at line 93 of file descriptors.h.
uint8_t dvb_desc::data[] |
Definition at line 94 of file descriptors.h.