Descriptor.parseDvbSubtitlingIdx

Extracts the DVB subtitling informatio from specific table id in descriptor.

Note: Use gst_tag_get_language_code if you want to get the the ISO 639-1 language code from the returned ISO 639-2 one.

class Descriptor
bool
parseDvbSubtitlingIdx
(
uint idx
,
out string lang
,
out ubyte type
,,
out ushort ancillaryPageId
)

Parameters

idx uint

Table id of the entry to parse

lang string

the language code

type ubyte

the type of subtitling

compositionPageId ushort

the composition page id

ancillaryPageId ushort

the ancillary page id

Return Value

Type: bool

TRUE if parsing succeeded, else FALSE.