Module Values.VideoCodecSettingsSource

Video Codec Settings

Sourcetype nonrec t = {
  1. frameCaptureSettings : FrameCaptureSettings.t option;
  2. h264Settings : H264Settings.t option;
  3. h265Settings : H265Settings.t option;
  4. mpeg2Settings : Mpeg2Settings.t option;
  5. av1Settings : Av1Settings.t option;
}
Sourceval make : ?frameCaptureSettings:??? -> ?h264Settings:??? -> ?h265Settings:??? -> ?mpeg2Settings:??? -> ?av1Settings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) list ]) list ]) 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