Module Values.TtmlDestinationSettingsSource

Settings related to TTML captions. TTML is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html.

Sourcetype nonrec t = {
  1. stylePassthrough : TtmlStylePassthrough.t option;
    (*

    Pass through style and position information from a TTML-like input source (TTML, IMSC, SMPTE-TT) to the TTML output.

    *)
}
Sourceval make : ?stylePassthrough:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t