Module Values.XavcHdIntraCbgProfileSettingsSource

Required when you set Profile to the value XAVC_HD_INTRA_CBG.

Sourcetype nonrec t = {
  1. xavcClass : XavcHdIntraCbgProfileClass.t option;
    (*

    Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

    *)
}
Sourceval make : ?xavcClass:??? -> 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