Values.TrackSourceDetails about each track (video, audio, or data) in the media file.
type nonrec t = {audioProperties : AudioProperties.t option;Details about the media file's audio track.
*)codec : Codec.t option;The codec of the audio or video track, or caption format of the data track.
*)dataProperties : DataProperties.t option;Details about the media file's data track.
*)duration : float option;The duration of the track, in seconds.
*)index : int option;The unique index number of the track, starting at 1.
*)trackType : TrackType.t option;The type of track: video, audio, or data.
*)videoProperties : VideoProperties.t option;Details about the media file's video track.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of float
| `Enum of string
| `Integer of int
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ])
list ])
list ]