Descriptor.fromCustom

Creates a GstMpegtsDescriptor with custom tag and data

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

Parameters

tag ubyte

descriptor tag

data ubyte[]

descriptor data (after tag and length field)

Return Value