Skip to main content
Version: 20 Mar 2024

Track

Track from the prepared source that can be selected by the media player.

Public Fields

AudioChannelLayout


public MLAudioOutput.ChannelLayouts AudioChannelLayout { get; set; }

TypeDescription
MLAudioOutput.ChannelLayoutsDefinition of some of the known Channel Layouts. These layouts are based on ChannelMask

composite of individual channel masks. |


Index


public uint Index { get; set; }


Language


public string Language { get; set; }


MediaFormat


public MLMediaFormat MediaFormat { get; set; }

TypeDescription
MLMediaFormatAPIs for creating and retrieving media format information.

MimeType


public string MimeType { get; set; }


TrackType


public Type TrackType { get; set; }

TypeDescription
TypeMedia player track types.

Public Methods

override string ToString

public override string ToString()

Public Enums

Type

Media player track types.

EnumeratorValueDescription
Unknown0Unknown.
VideoVideo.
AudioAudio.
TimedTextTimed text.
SubtitleSubtitle.
MetadataMetadata.