GstMpegtsDescriptor

Undocumented in source.

Members

Variables

GstReserved
void*[4] GstReserved;
Undocumented in source.
data
ubyte* data;

the full descriptor data (including tag, extension, length). The first two bytes are the @tag and @length.

length
ubyte length;

the length of the descriptor content (excluding tag/length field)

tag
ubyte tag;

the type of descriptor

tagExtension
ubyte tagExtension;

the extended type (if @descriptor_tag is 0x7f)

Meta