libdvbv5  1.11.0
Library to work with Digital TV devices on Linux
dvb_desc Struct Reference

Linked list containing the several descriptors found on a MPEG-TS table. More...

#include <descriptors.h>

Collaboration diagram for dvb_desc:

Data Fields

uint8_t type
 
uint8_t length
 
struct dvb_descnext
 
uint8_t data []
 

Detailed Description

Linked list containing the several descriptors found on a MPEG-TS table.

Parameters
typeDescriptor type
lengthLength of the descriptor
nextpointer to the dvb_desc descriptor
dataDescriptor data

Definition at line 117 of file descriptors.h.

Field Documentation

uint8_t dvb_desc::data[]

Definition at line 122 of file descriptors.h.

uint8_t dvb_desc::length

Definition at line 119 of file descriptors.h.

struct dvb_desc* dvb_desc::next

Definition at line 120 of file descriptors.h.

uint8_t dvb_desc::type

Definition at line 118 of file descriptors.h.


The documentation for this struct was generated from the following file: