Values.NielsenCBETSourceNielsen CBET
type nonrec t = {cbetCheckDigitString : string;Enter the CBET check digits to use in the watermark.
*)cbetStepaside : NielsenWatermarksCbetStepaside.t;Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
*)csid : string;Enter the CBET Source ID (CSID) to use in the watermark
*)}val make :
cbetCheckDigitString:string ->
cbetStepaside:NielsenWatermarksCbetStepaside.t ->
csid:string ->
unit ->
t