Values.MediaElementSourceDescribes a media element.
type nonrec t = {mediaId : MediaId.t option;The unique ID for the media.
*)type_ : MediaElementType.t option;The type of media.
*)url : Url.t option;The URL of the media.
*)caption : TextPartReference.t option;The caption of the media.
*)}