Values.DashDvbFontDownloadSourceFor use with DVB-DASH profiles only. The settings for font downloads that you want Elemental MediaPackage to pass through to the manifest.
type nonrec t = {url : DashDvbFontDownloadUrlString.t option;The URL for downloading fonts for subtitles.
*)mimeType : DashDvbFontDownloadMimeTypeString.t option;The mimeType of the resource that's at the font download URL. For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document.
*)fontFamily : DashDvbFontDownloadFontFamilyString.t option;The fontFamily name for subtitles, as described in EBU-TT-D Subtitling Distribution Format.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DashDvbFontDownloadUrlString.t ]) list ]