Module Values.Hdr10PlusSource

Setting for HDR10+ metadata insertion

Sourcetype nonrec t = {
  1. masteringMonitorNits : int option;
    (*

    Specify the HDR10+ mastering display normalized peak luminance, in nits. This is the normalized actual peak luminance of the mastering display, as defined by ST 2094-40.

    *)
  2. targetMonitorNits : int option;
    (*

    Specify the HDR10+ target display nominal peak luminance, in nits. This is the nominal maximum luminance of the target display as defined by ST 2094-40.

    *)
}
Sourceval make : ?masteringMonitorNits:??? -> ?targetMonitorNits:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int ]) 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