@Generated(value="software.amazon.awssdk:codegen") public final class VideoCodecSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VideoCodecSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VideoCodecSettings.Builder |
builder() |
VideoCodec |
codec()
Specifies the video codec.
|
String |
codecAsString()
Specifies the video codec.
|
boolean |
equals(Object obj) |
FrameCaptureSettings |
frameCaptureSettings()
Returns the value of the FrameCaptureSettings property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
H264Settings |
h264Settings()
Returns the value of the H264Settings property for this object.
|
H265Settings |
h265Settings()
Returns the value of the H265Settings property for this object.
|
int |
hashCode() |
Mpeg2Settings |
mpeg2Settings()
Returns the value of the Mpeg2Settings property for this object.
|
ProresSettings |
proresSettings()
Returns the value of the ProresSettings property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoCodecSettings.Builder> |
serializableBuilderClass() |
VideoCodecSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic VideoCodec codec()
If the service returns an enum value that is not available in the current SDK version, codec will return
VideoCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecAsString().
VideoCodecpublic String codecAsString()
If the service returns an enum value that is not available in the current SDK version, codec will return
VideoCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codecAsString().
VideoCodecpublic FrameCaptureSettings frameCaptureSettings()
public H264Settings h264Settings()
public H265Settings h265Settings()
public Mpeg2Settings mpeg2Settings()
public ProresSettings proresSettings()
public VideoCodecSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>public static VideoCodecSettings.Builder builder()
public static Class<? extends VideoCodecSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.