@Generated(value="software.amazon.awssdk:codegen") public final class InputLossBehavior extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputLossBehavior.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
blackFrameMsec()
Documentation update needed
|
static InputLossBehavior.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
inputLossImageColor()
When input loss image type is "color" this field specifies the color to use.
|
InputLocation |
inputLossImageSlate()
When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
InputLossImageType |
inputLossImageType()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
String |
inputLossImageTypeAsString()
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
Integer |
repeatFrameMsec()
Documentation update needed
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputLossBehavior.Builder> |
serializableBuilderClass() |
InputLossBehavior.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer blackFrameMsec()
public final String inputLossImageColor()
public final InputLocation inputLossImageSlate()
public final InputLossImageType inputLossImageType()
If the service returns an enum value that is not available in the current SDK version,
inputLossImageType will return InputLossImageType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from inputLossImageTypeAsString().
InputLossImageTypepublic final String inputLossImageTypeAsString()
If the service returns an enum value that is not available in the current SDK version,
inputLossImageType will return InputLossImageType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from inputLossImageTypeAsString().
InputLossImageTypepublic final Integer repeatFrameMsec()
public InputLossBehavior.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputLossBehavior.Builder,InputLossBehavior>public static InputLossBehavior.Builder builder()
public static Class<? extends InputLossBehavior.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.