Values.VideoSourceDetailsSourceDetails about a video source, including its identifier, format, and time information.
type nonrec t = {mediaId : MediaId.t option;Unique identifier for the video media file.
*)mediaMimeType : String_.t option;The MIME type of the video file (e.g., video/mp4, video/avi).
*)startTimeMilliseconds : Long.t option;The starting timestamp in milliseconds for the relevant video segment.
*)endTimeMilliseconds : Long.t option;The ending timestamp in milliseconds for the relevant video segment.
*)videoExtractionType : VideoExtractionType.t option;The type of video extraction performed on the content.
*)}