Descriptor.parseIso639LanguageIdx

Extracts the iso 639-2 language information 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
parseIso639LanguageIdx

Parameters

idx uint

Table id of the language to parse

lang string

4-byte gchar array to hold the language code

audioType GstMpegtsIso639AudioType

the #GstMpegtsIso639AudioType to set

Return Value

Type: bool

%TRUE if parsing succeeded, else %FALSE.

Meta