Class VideoCodecSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.VideoCodecSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
@Generated("software.amazon.awssdk:codegen") public final class VideoCodecSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
Video Codec Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoCodecSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VideoCodecSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FrameCaptureSettingsframeCaptureSettings()Returns the value of the FrameCaptureSettings property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)H264Settingsh264Settings()Returns the value of the H264Settings property for this object.H265Settingsh265Settings()Returns the value of the H265Settings property for this object.inthashCode()Mpeg2Settingsmpeg2Settings()Returns the value of the Mpeg2Settings property for this object.List<SdkField<?>>sdkFields()static Class<? extends VideoCodecSettings.Builder>serializableBuilderClass()VideoCodecSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
frameCaptureSettings
public final FrameCaptureSettings frameCaptureSettings()
Returns the value of the FrameCaptureSettings property for this object.- Returns:
- The value of the FrameCaptureSettings property for this object.
-
h264Settings
public final H264Settings h264Settings()
Returns the value of the H264Settings property for this object.- Returns:
- The value of the H264Settings property for this object.
-
h265Settings
public final H265Settings h265Settings()
Returns the value of the H265Settings property for this object.- Returns:
- The value of the H265Settings property for this object.
-
mpeg2Settings
public final Mpeg2Settings mpeg2Settings()
Returns the value of the Mpeg2Settings property for this object.- Returns:
- The value of the Mpeg2Settings property for this object.
-
toBuilder
public VideoCodecSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoCodecSettings.Builder,VideoCodecSettings>
-
builder
public static VideoCodecSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoCodecSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-