@Generated(value="software.amazon.awssdk:codegen") public class VideoDescription extends Object implements StructuredPojo, ToCopyableBuilder<VideoDescription.Builder,VideoDescription>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
AfdSignaling |
afdSignaling()
Returns the value of the AfdSignaling property for this object.
|
String |
afdSignalingAsString()
Returns the value of the AfdSignaling property for this object.
|
AntiAlias |
antiAlias()
Returns the value of the AntiAlias property for this object.
|
String |
antiAliasAsString()
Returns the value of the AntiAlias property for this object.
|
static VideoDescription.Builder |
builder() |
VideoCodecSettings |
codecSettings()
Returns the value of the CodecSettings property for this object.
|
ColorMetadata |
colorMetadata()
Returns the value of the ColorMetadata property for this object.
|
String |
colorMetadataAsString()
Returns the value of the ColorMetadata property for this object.
|
Rectangle |
crop()
Applies only if your input aspect ratio is different from your output aspect ratio.
|
DropFrameTimecode |
dropFrameTimecode()
Returns the value of the DropFrameTimecode property for this object.
|
String |
dropFrameTimecodeAsString()
Returns the value of the DropFrameTimecode property for this object.
|
boolean |
equals(Object obj) |
Integer |
fixedAfd()
Applies only if you set AFD Signaling(AfdSignaling) to Fixed (FIXED).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
Use the Height (Height) setting to define the video resolution height for this output.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Rectangle |
position()
Use Position (Position) to point to a rectangle object to define your position.
|
RespondToAfd |
respondToAfd()
Returns the value of the RespondToAfd property for this object.
|
String |
respondToAfdAsString()
Returns the value of the RespondToAfd property for this object.
|
ScalingBehavior |
scalingBehavior()
Returns the value of the ScalingBehavior property for this object.
|
String |
scalingBehaviorAsString()
Returns the value of the ScalingBehavior property for this object.
|
static Class<? extends VideoDescription.Builder> |
serializableBuilderClass() |
Integer |
sharpness()
Use Sharpness (Sharpness)setting to specify the strength of anti-aliasing.
|
VideoTimecodeInsertion |
timecodeInsertion()
Returns the value of the TimecodeInsertion property for this object.
|
String |
timecodeInsertionAsString()
Returns the value of the TimecodeInsertion property for this object.
|
VideoDescription.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
VideoPreprocessor |
videoPreprocessors()
Find additional transcoding features under Preprocessors (VideoPreprocessors).
|
Integer |
width()
Use Width (Width) to define the video resolution width, in pixels, for this output.
|
copypublic AfdSignaling afdSignaling()
If the service returns an enum value that is not available in the current SDK version, afdSignaling will
return AfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
afdSignalingAsString().
AfdSignalingpublic String afdSignalingAsString()
If the service returns an enum value that is not available in the current SDK version, afdSignaling will
return AfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
afdSignalingAsString().
AfdSignalingpublic AntiAlias antiAlias()
If the service returns an enum value that is not available in the current SDK version, antiAlias will
return AntiAlias.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
antiAliasAsString().
AntiAliaspublic String antiAliasAsString()
If the service returns an enum value that is not available in the current SDK version, antiAlias will
return AntiAlias.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
antiAliasAsString().
AntiAliaspublic VideoCodecSettings codecSettings()
public ColorMetadata colorMetadata()
If the service returns an enum value that is not available in the current SDK version, colorMetadata
will return ColorMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorMetadataAsString().
ColorMetadatapublic String colorMetadataAsString()
If the service returns an enum value that is not available in the current SDK version, colorMetadata
will return ColorMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
colorMetadataAsString().
ColorMetadatapublic Rectangle crop()
public DropFrameTimecode dropFrameTimecode()
If the service returns an enum value that is not available in the current SDK version, dropFrameTimecode
will return DropFrameTimecode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from dropFrameTimecodeAsString().
DropFrameTimecodepublic String dropFrameTimecodeAsString()
If the service returns an enum value that is not available in the current SDK version, dropFrameTimecode
will return DropFrameTimecode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from dropFrameTimecodeAsString().
DropFrameTimecodepublic Integer fixedAfd()
public Integer height()
public Rectangle position()
public RespondToAfd respondToAfd()
If the service returns an enum value that is not available in the current SDK version, respondToAfd will
return RespondToAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
respondToAfdAsString().
RespondToAfdpublic String respondToAfdAsString()
If the service returns an enum value that is not available in the current SDK version, respondToAfd will
return RespondToAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
respondToAfdAsString().
RespondToAfdpublic ScalingBehavior scalingBehavior()
If the service returns an enum value that is not available in the current SDK version, scalingBehavior
will return ScalingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scalingBehaviorAsString().
ScalingBehaviorpublic String scalingBehaviorAsString()
If the service returns an enum value that is not available in the current SDK version, scalingBehavior
will return ScalingBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from scalingBehaviorAsString().
ScalingBehaviorpublic Integer sharpness()
public VideoTimecodeInsertion timecodeInsertion()
If the service returns an enum value that is not available in the current SDK version, timecodeInsertion
will return VideoTimecodeInsertion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timecodeInsertionAsString().
VideoTimecodeInsertionpublic String timecodeInsertionAsString()
If the service returns an enum value that is not available in the current SDK version, timecodeInsertion
will return VideoTimecodeInsertion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from timecodeInsertionAsString().
VideoTimecodeInsertionpublic VideoPreprocessor videoPreprocessors()
public Integer width()
public VideoDescription.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VideoDescription.Builder,VideoDescription>public static VideoDescription.Builder builder()
public static Class<? extends VideoDescription.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.