@Generated(value="software.amazon.awssdk:codegen") public final class DashIsoEncryptionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DashIsoEncryptionSettings.Builder,DashIsoEncryptionSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
DashIsoEncryptionSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static DashIsoEncryptionSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DashIsoPlaybackDeviceCompatibility |
playbackDeviceCompatibility()
This setting can improve the compatibility of your output with video players on obsolete devices.
|
String |
playbackDeviceCompatibilityAsString()
This setting can improve the compatibility of your output with video players on obsolete devices.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DashIsoEncryptionSettings.Builder> |
serializableBuilderClass() |
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.
|
DashIsoEncryptionSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final DashIsoPlaybackDeviceCompatibility playbackDeviceCompatibility()
If the service returns an enum value that is not available in the current SDK version,
playbackDeviceCompatibility
will return
DashIsoPlaybackDeviceCompatibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from playbackDeviceCompatibilityAsString()
.
DashIsoPlaybackDeviceCompatibility
public final String playbackDeviceCompatibilityAsString()
If the service returns an enum value that is not available in the current SDK version,
playbackDeviceCompatibility
will return
DashIsoPlaybackDeviceCompatibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is
available from playbackDeviceCompatibilityAsString()
.
DashIsoPlaybackDeviceCompatibility
public final SpekeKeyProvider spekeKeyProvider()
public DashIsoEncryptionSettings.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DashIsoEncryptionSettings.Builder,DashIsoEncryptionSettings>
public static DashIsoEncryptionSettings.Builder builder()
public static Class<? extends DashIsoEncryptionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.