Descriptor.fromCustomWithExtension

Creates a GstMpegtsDescriptor with custom tag, tag_extension and data

class Descriptor
static
fromCustomWithExtension
(
ubyte tag
,,
ubyte[] data
)

Parameters

tag ubyte

descriptor tag

tagExtension ubyte

descriptor tag extension

data ubyte[]

descriptor data (after tag and length field)

Return Value