@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DashIsoEncryptionSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
DashIsoEncryptionSettings() |
Modifier and Type | Method and Description |
---|---|
DashIsoEncryptionSettings |
clone() |
boolean |
equals(Object obj) |
String |
getPlaybackDeviceCompatibility()
This setting can improve the compatibility of your output with video players on obsolete devices.
|
SpekeKeyProvider |
getSpekeKeyProvider()
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPlaybackDeviceCompatibility(String playbackDeviceCompatibility)
This setting can improve the compatibility of your output with video players on obsolete devices.
|
void |
setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
String |
toString()
Returns a string representation of this object.
|
DashIsoEncryptionSettings |
withPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility playbackDeviceCompatibility)
This setting can improve the compatibility of your output with video players on obsolete devices.
|
DashIsoEncryptionSettings |
withPlaybackDeviceCompatibility(String playbackDeviceCompatibility)
This setting can improve the compatibility of your output with video players on obsolete devices.
|
DashIsoEncryptionSettings |
withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
public void setPlaybackDeviceCompatibility(String playbackDeviceCompatibility)
playbackDeviceCompatibility
- This setting can improve the compatibility of your output with video players on obsolete devices. It
applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to
correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If
you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will
leave the SEI NAL units unencrypted.DashIsoPlaybackDeviceCompatibility
public String getPlaybackDeviceCompatibility()
DashIsoPlaybackDeviceCompatibility
public DashIsoEncryptionSettings withPlaybackDeviceCompatibility(String playbackDeviceCompatibility)
playbackDeviceCompatibility
- This setting can improve the compatibility of your output with video players on obsolete devices. It
applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to
correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If
you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will
leave the SEI NAL units unencrypted.DashIsoPlaybackDeviceCompatibility
public DashIsoEncryptionSettings withPlaybackDeviceCompatibility(DashIsoPlaybackDeviceCompatibility playbackDeviceCompatibility)
playbackDeviceCompatibility
- This setting can improve the compatibility of your output with video players on obsolete devices. It
applies only to DASH H.264 outputs with DRM encryption. Choose Unencrypted SEI (UNENCRYPTED_SEI) only to
correct problems with playback on older devices. Otherwise, keep the default setting CENC v1 (CENC_V1). If
you choose Unencrypted SEI, for that output, the service will exclude the access unit delimiter and will
leave the SEI NAL units unencrypted.DashIsoPlaybackDeviceCompatibility
public void setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption
with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf
settings instead.public SpekeKeyProvider getSpekeKeyProvider()
public DashIsoEncryptionSettings withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption
with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf
settings instead.public String toString()
toString
in class Object
Object.toString()
public DashIsoEncryptionSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.