Values.AudioPropertiesSourceDetails about the media file's audio track.
type nonrec t = {bitDepth : int option;The bit depth of the audio track.
*)bitRate : Awso.Import.Int64.t option;The bit rate of the audio track, in bits per second.
*)channels : int option;The number of audio channels in the audio track.
*)frameRate : FrameRate.t option;The frame rate of the video or audio track, expressed as a fraction with numerator and denominator values.
*)languageCode : string option;The language code of the audio track, in three character ISO 639-3 format.
*)sampleRate : int option;The sample rate of the audio track.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of int
| `Long of Awso.Import.Int64.t
| `String of string
| `Structure of (string * [> `Integer of int ]) list ])
list ]