Module Values.TeletextSourceSettingsSource

Settings specific to Teletext caption sources, including Page number.

Sourcetype nonrec t = {
  1. pageNumber : string option;
    (*

    Use Page Number to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.

    *)
}
Sourceval make : ?pageNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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