@Generated(value="software.amazon.awssdk:codegen") public final class VideoDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoDescription.Builder,VideoDescription>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoDescription.Builder |
builder() |
VideoCodecSettings |
codecSettings()
Video codec settings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
Output video height, in pixels.
|
String |
name()
The name of this VideoDescription.
|
VideoDescriptionRespondToAfd |
respondToAfd()
Indicates how MediaLive will respond to the AFD values that might be in the input video.
|
String |
respondToAfdAsString()
Indicates how MediaLive will respond to the AFD values that might be in the input video.
|
VideoDescriptionScalingBehavior |
scalingBehavior()
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height
and width).
|
String |
scalingBehaviorAsString()
STRETCH_TO_OUTPUT configures the output position to stretch the video to the specified output resolution (height
and width).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoDescription.Builder> |
serializableBuilderClass() |
Integer |
sharpness()
Changes the strength of the anti-alias filter used for scaling.
|
VideoDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
Output video width, in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VideoCodecSettings codecSettings()
public final Integer height()
public final String name()
public final VideoDescriptionRespondToAfd respondToAfd()
If the service returns an enum value that is not available in the current SDK version, respondToAfd will
return VideoDescriptionRespondToAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from respondToAfdAsString().
VideoDescriptionRespondToAfdpublic final String respondToAfdAsString()
If the service returns an enum value that is not available in the current SDK version, respondToAfd will
return VideoDescriptionRespondToAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from respondToAfdAsString().
VideoDescriptionRespondToAfdpublic final VideoDescriptionScalingBehavior scalingBehavior()
If the service returns an enum value that is not available in the current SDK version, scalingBehavior
will return VideoDescriptionScalingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from scalingBehaviorAsString().
VideoDescriptionScalingBehaviorpublic final String scalingBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version, scalingBehavior
will return VideoDescriptionScalingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service
is available from scalingBehaviorAsString().
VideoDescriptionScalingBehaviorpublic final Integer sharpness()
public final Integer width()
public VideoDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoDescription.Builder,VideoDescription>public static VideoDescription.Builder builder()
public static Class<? extends VideoDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.