Values.SourceDetailsSourceContainer for details about different types of media sources (image, audio, or video).
type nonrec t = {imageSourceDetails : ImageSourceDetails.t option;Details specific to image content within the source.
*)audioSourceDetails : AudioSourceDetails.t option;Details specific to audio content within the source.
*)videoSourceDetails : VideoSourceDetails.t option;Details specific to video content within the source.
*)}