@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NexGuardFileMarkerSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
NexGuardFileMarkerSettings() |
Modifier and Type | Method and Description |
---|---|
NexGuardFileMarkerSettings |
clone() |
boolean |
equals(Object obj) |
String |
getLicense()
Use the base64 license string that Nagra provides you.
|
Integer |
getPayload()
Specify the payload ID that you want associated with this output.
|
String |
getPreset()
Enter one of the watermarking preset strings that Nagra provides you.
|
String |
getStrength()
Optional.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLicense(String license)
Use the base64 license string that Nagra provides you.
|
void |
setPayload(Integer payload)
Specify the payload ID that you want associated with this output.
|
void |
setPreset(String preset)
Enter one of the watermarking preset strings that Nagra provides you.
|
void |
setStrength(String strength)
Optional.
|
String |
toString()
Returns a string representation of this object.
|
NexGuardFileMarkerSettings |
withLicense(String license)
Use the base64 license string that Nagra provides you.
|
NexGuardFileMarkerSettings |
withPayload(Integer payload)
Specify the payload ID that you want associated with this output.
|
NexGuardFileMarkerSettings |
withPreset(String preset)
Enter one of the watermarking preset strings that Nagra provides you.
|
NexGuardFileMarkerSettings |
withStrength(String strength)
Optional.
|
NexGuardFileMarkerSettings |
withStrength(WatermarkingStrength strength)
Optional.
|
public void setLicense(String license)
license
- Use the base64 license string that Nagra provides you. Enter it directly in your JSON job specification or
in the console. Required when you include Nagra NexGuard File Marker watermarking in your job.public String getLicense()
public NexGuardFileMarkerSettings withLicense(String license)
license
- Use the base64 license string that Nagra provides you. Enter it directly in your JSON job specification or
in the console. Required when you include Nagra NexGuard File Marker watermarking in your job.public void setPayload(Integer payload)
payload
- Specify the payload ID that you want associated with this output. Valid values vary depending on your
Nagra NexGuard forensic watermarking workflow. Required when you include Nagra NexGuard File Marker
watermarking in your job. For PreRelease Content (NGPR/G2), 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 which ID you have
assigned to each asset. Neither Nagra nor MediaConvert keep track of the relationship between output files
and your IDs. For OTT Streaming, create two adaptive bitrate (ABR) stacks for each asset. Do this by
setting up two output groups. For one output group, set the value of Payload ID to 0 in every output. For
the other output group, set Payload ID to 1 in every output.public Integer getPayload()
public NexGuardFileMarkerSettings withPayload(Integer payload)
payload
- Specify the payload ID that you want associated with this output. Valid values vary depending on your
Nagra NexGuard forensic watermarking workflow. Required when you include Nagra NexGuard File Marker
watermarking in your job. For PreRelease Content (NGPR/G2), 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 which ID you have
assigned to each asset. Neither Nagra nor MediaConvert keep track of the relationship between output files
and your IDs. For OTT Streaming, create two adaptive bitrate (ABR) stacks for each asset. Do this by
setting up two output groups. For one output group, set the value of Payload ID to 0 in every output. For
the other output group, set Payload ID to 1 in every output.public void setPreset(String preset)
preset
- Enter one of the watermarking preset strings that Nagra provides you. Required when you include Nagra
NexGuard File Marker watermarking in your job.public String getPreset()
public NexGuardFileMarkerSettings withPreset(String preset)
preset
- Enter one of the watermarking preset strings that Nagra provides you. Required when you include Nagra
NexGuard File Marker watermarking in your job.public void setStrength(String strength)
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.WatermarkingStrength
public String getStrength()
WatermarkingStrength
public NexGuardFileMarkerSettings withStrength(String strength)
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.WatermarkingStrength
public NexGuardFileMarkerSettings withStrength(WatermarkingStrength strength)
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.WatermarkingStrength
public String toString()
toString
in class Object
Object.toString()
public NexGuardFileMarkerSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.