Values.TrackMappingSourceAn array containing track mapping information.
type nonrec t = {audioTrackIndexes : int list option;The index numbers of the audio tracks in your media file.
*)dataTrackIndexes : int list option;The index numbers of the data tracks in your media file.
*)videoTrackIndexes : int list option;The index numbers of the video tracks in your media file.
*)}