@Generated(value="software.amazon.awssdk:codegen") public final class VideoCodecSettings extends Object implements StructuredPojo, 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()
Returns the value of the Codec property for this object.
|
String |
codecAsString()
Returns the value of the Codec property for this object.
|
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() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
Mpeg2Settings |
mpeg2Settings()
Returns the value of the Mpeg2Settings property for this object.
|
ProresSettings |
proresSettings()
Returns the value of the ProresSettings property for this object.
|
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() |
copy
public 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()
.
VideoCodec
public 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()
.
VideoCodec
public FrameCaptureSettings frameCaptureSettings()
public H264Settings h264Settings()
public H265Settings h265Settings()
public Mpeg2Settings mpeg2Settings()
public ProresSettings proresSettings()
public VideoCodecSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
public static VideoCodecSettings.Builder builder()
public static Class<? extends VideoCodecSettings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.