Values.AudioMetadataSourceMetadata information about an audio stream. An array of AudioMetadata objects for the audio streams found in a stored video is returned by GetSegmentDetection.
type nonrec t = {codec : String_.t option;The audio codec used to encode or decode the audio stream.
*)durationMillis : ULong.t option;The duration of the audio stream in milliseconds.
*)sampleRate : ULong.t option;The sample rate for the audio stream.
*)numberOfChannels : ULong.t option;The number of audio channels in the segment.
*)}