Module Values.InputSpecificationSource

Placeholder documentation for InputSpecification

Sourcetype nonrec t = {
  1. codec : InputCodec.t option;
    (*

    Input codec

    *)
  2. maximumBitrate : InputMaximumBitrate.t option;
    (*

    Maximum input bitrate, categorized coarsely

    *)
  3. resolution : InputResolution.t option;
    (*

    Input resolution, categorized coarsely

    *)
}
Sourceval make : ?codec:??? -> ?maximumBitrate:??? -> ?resolution:??? -> 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