Values.AudioSourceDetailsSourceDetails about an audio source, including its identifier, format, and time information.
type nonrec t = {mediaId : MediaId.t option;Unique identifier for the audio media file.
*)mediaMimeType : String_.t option;The MIME type of the audio file (e.g., audio/mp3, audio/wav).
*)startTimeMilliseconds : Long.t option;The starting timestamp in milliseconds for the relevant audio segment.
*)endTimeMilliseconds : Long.t option;The ending timestamp in milliseconds for the relevant audio segment.
*)audioExtractionType : AudioExtractionType.t option;The type of audio extraction performed on the content.
*)}