Gets the enabled flag, true if the track is usable.
Returns:
boolean - The enabled flag.
getDefaultDuration()
public final Long getDefaultDuration()
Gets the number of nanoseconds (not scaled via MatroskaSegment.TimecodeScale ) per frame.
Returns:
java.lang.Long - The number of nanoseconds (not scaled via MatroskaSegment.TimecodeScale ) per frame.
Note: ‘frame’ in the Matroska sense – one Element put into a (Simple)Block.
getName()
public final String getName()
Gets the human-readable track name.
Returns:
java.lang.String - The human-readable track name.
getLanguage()
public final String getLanguage()
Gets the language of the track in the Matroska languages form. This Element MUST be ignored if the LanguageIetf Element is used in the same TrackEntry.
Returns:
java.lang.String - The language of the track in the Matroska languages form.
Language codes can be either the 3 letters bibliographic ISO-639-2 form (like “fre” for french), or such a language code followed by a dash and a country code for specialities in languages(like “fre-ca” for Canadian French). Country codes are the same as used for internet domains.
getLanguageIetf()
public final String getLanguageIetf()
Gets the language of the track according to BCP 47 and using the IANA Language Subtag Registry. If this Element is used, then any Language Elements used in the same TrackEntry MUST be ignored.
Returns:
java.lang.String - The language of the track according to BCP 47 and using the IANA Language Subtag Registry.
getCodecID()
public final String getCodecID()
Gets an ID corresponding to the codec.
Returns:
java.lang.String - An ID corresponding to the codec.