GstMpegtsDescriptor

Undocumented in source.

struct GstMpegtsDescriptor {
void*[4] GstReserved;
}

Members

Variables

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)