Class VideoConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.ivs.model.VideoConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoConfiguration.Builder,VideoConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class VideoConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoConfiguration.Builder,VideoConfiguration>
Object specifying a stream’s video configuration, as set up by the broadcaster (usually in an encoder). This is part of the IngestConfiguration object and used for monitoring stream health.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringavcLevel()Indicates the degree of required decoder performance for a profile.StringavcProfile()Indicates to the decoder the requirements for decoding the stream.static VideoConfiguration.Builderbuilder()Stringcodec()Codec used for the video encoding.Stringencoder()Software or hardware used to encode the video.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VideoConfiguration.Builder>serializableBuilderClass()LongtargetBitrate()The expected ingest bitrate (bits per second).LongtargetFramerate()The expected ingest framerate.VideoConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.LongvideoHeight()Video-resolution height in pixels.LongvideoWidth()Video-resolution width in pixels.-
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
-
avcLevel
public final String avcLevel()
Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification.
- Returns:
- Indicates the degree of required decoder performance for a profile. Normally this is set automatically by the encoder. For details, see the H.264 specification.
-
avcProfile
public final String avcProfile()
Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.
- Returns:
- Indicates to the decoder the requirements for decoding the stream. For definitions of the valid values, see the H.264 specification.
-
codec
public final String codec()
Codec used for the video encoding.
- Returns:
- Codec used for the video encoding.
-
encoder
public final String encoder()
Software or hardware used to encode the video.
- Returns:
- Software or hardware used to encode the video.
-
targetBitrate
public final Long targetBitrate()
The expected ingest bitrate (bits per second). This is configured in the encoder.
- Returns:
- The expected ingest bitrate (bits per second). This is configured in the encoder.
-
targetFramerate
public final Long targetFramerate()
The expected ingest framerate. This is configured in the encoder.
- Returns:
- The expected ingest framerate. This is configured in the encoder.
-
videoHeight
public final Long videoHeight()
Video-resolution height in pixels.
- Returns:
- Video-resolution height in pixels.
-
videoWidth
public final Long videoWidth()
Video-resolution width in pixels.
- Returns:
- Video-resolution width in pixels.
-
toBuilder
public VideoConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoConfiguration.Builder,VideoConfiguration>
-
builder
public static VideoConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoConfiguration.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.
-
-