@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() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends VideoCodecSettings.Builder> |
serializableBuilderClass() |
VideoCodecSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FrameCaptureSettings frameCaptureSettings()
public final H264Settings h264Settings()
public final H265Settings h265Settings()
public final Mpeg2Settings mpeg2Settings()
public VideoCodecSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>public static VideoCodecSettings.Builder builder()
public static Class<? extends VideoCodecSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.