@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 Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (ADAPTIVE).
|
String |
algorithmAsString()
Only applies when you set Deinterlacer (DeinterlaceMode) to Deinterlace (DEINTERLACE) or Adaptive (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, wait
copy
public 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()
.
DeinterlaceAlgorithm
public 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()
.
DeinterlaceAlgorithm
public 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()
.
DeinterlacerControl
public 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()
.
DeinterlacerControl
public 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()
.
DeinterlacerMode
public 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()
.
DeinterlacerMode
public 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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.