Module Values.TimecodeBurninSettingsSource

Timecode Burnin Settings

Sourcetype nonrec t = {
  1. fontSize : TimecodeBurninFontSize.t;
    (*

    Choose a timecode burn-in font size

    *)
  2. position : TimecodeBurninPosition.t;
    (*

    Choose a timecode burn-in output position

    *)
  3. prefix : string option;
    (*

    Create a timecode burn-in prefix (optional)

    *)
}
Sourceval context_ : string
Sourceval make : ?prefix:??? -> fontSize:TimecodeBurninFontSize.t -> position:TimecodeBurninPosition.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String 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