Show / Hide Table of Contents

Class NexGuardFileMarker

NexGuardFileMarker

Inheritance
System.Object
BitmovinResponse
BitmovinResource
NexGuardFileMarker
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class NexGuardFileMarker : BitmovinResource

Properties

License

Use the base64 license string that Nagra provides you. (required)

Declaration
public string License { get; set; }
Property Value
Type Description
System.String

Payload

Specify the payload ID that you want to be associated with this output. Valid values vary depending on your Nagra NexGuard forensic watermarking workflow. For PreRelease Content (NGPR), specify an integer from 1 through 4,194,303. You must generate a unique ID for each asset you watermark, and keep a record of th ID. Neither Nagra nor Bitmovin keep track of this for you.

Declaration
public int? Payload { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Preset

Enter one of the watermarking preset strings that Nagra provides you.

Declaration
public string Preset { get; set; }
Property Value
Type Description
System.String

Strength

Optional. Ignore this setting unless Nagra support directs you to specify a value. When you don't specify a value here, the Nagra NexGuard library uses its default value.

Declaration
public NexGuardWatermarkingStrength? Strength { get; set; }
Property Value
Type Description
System.Nullable<NexGuardWatermarkingStrength>

WatermarkType

The type of watermarking to be used. Usually, OTT is the one recommended in production.

Declaration
public NexGuardWatermarkingType? WatermarkType { get; set; }
Property Value
Type Description
System.Nullable<NexGuardWatermarkingType>
Back to top Generated by DocFX