Values.DashProgramInformationSourceDetails about the content that you want MediaPackage to pass through in the manifest to the playback device.
type nonrec t = {title : DashProgramInformationTitleString.t option;The title for the manifest.
*)source : DashProgramInformationSourceString.t option;Information about the content provider.
*)copyright : DashProgramInformationCopyrightString.t option;A copyright statement about the content.
*)languageCode : DashProgramInformationLanguageCodeString.t option;The language code for this manifest.
*)moreInformationUrl : DashProgramInformationMoreInformationUrlString.t option;An absolute URL that contains more information about this content.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DashProgramInformationTitleString.t ]) list ]