@Generated(value="software.amazon.awssdk:codegen") public final class Deinterlacer extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Deinterlacer.Builder |
| Modifier and Type | Method and Description |
|---|---|
DeinterlaceAlgorithm |
algorithm()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
String |
algorithmAsString()
Only applies when you set Deinterlace mode to Deinterlace or Adaptive.
|
static Deinterlacer.Builder |
builder() |
DeinterlacerControl |
control()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
String |
controlAsString()
- When set to NORMAL (default), the deinterlacer does not convert frames that are tagged in metadata as
progressive.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeinterlacerMode |
mode()
Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing.
|
String |
modeAsString()
Use Deinterlacer (DeinterlaceMode) to choose how the service will do deinterlacing.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Deinterlacer.Builder> |
serializableBuilderClass() |
Deinterlacer.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DeinterlaceAlgorithm algorithm()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return DeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from algorithmAsString().
DeinterlaceAlgorithmpublic final String algorithmAsString()
If the service returns an enum value that is not available in the current SDK version, algorithm will
return DeinterlaceAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from algorithmAsString().
DeinterlaceAlgorithmpublic final DeinterlacerControl control()
If the service returns an enum value that is not available in the current SDK version, control will
return DeinterlacerControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from controlAsString().
DeinterlacerControlpublic final String controlAsString()
If the service returns an enum value that is not available in the current SDK version, control will
return DeinterlacerControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from controlAsString().
DeinterlacerControlpublic final DeinterlacerMode mode()
If the service returns an enum value that is not available in the current SDK version, mode will return
DeinterlacerMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
DeinterlacerModepublic final String modeAsString()
If the service returns an enum value that is not available in the current SDK version, mode will return
DeinterlacerMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
modeAsString().
DeinterlacerModepublic Deinterlacer.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Deinterlacer.Builder,Deinterlacer>public static Deinterlacer.Builder builder()
public static Class<? extends Deinterlacer.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.