Module Values.NielsenCBETSource

Nielsen CBET

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

    Enter the CBET check digits to use in the watermark.

    *)
  2. cbetStepaside : NielsenWatermarksCbetStepaside.t;
    (*

    Determines the method of CBET insertion mode when prior encoding is detected on the same layer.

    *)
  3. csid : string;
    (*

    Enter the CBET Source ID (CSID) to use in the watermark

    *)
}
Sourceval context_ : string
Sourceval make : cbetCheckDigitString:string -> cbetStepaside:NielsenWatermarksCbetStepaside.t -> csid:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum 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