@Generated(value="software.amazon.awssdk:codegen") public final class FecOutputSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FecOutputSettings.Builder,FecOutputSettings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FecOutputSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FecOutputSettings.Builder |
builder() |
Integer |
columnDepth()
Parameter D from SMPTE 2022-1.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FecOutputIncludeFec |
includeFec()
Enables column only or column and row based FEC
|
String |
includeFecAsString()
Enables column only or column and row based FEC
|
Integer |
rowLength()
Parameter L from SMPTE 2022-1.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FecOutputSettings.Builder> |
serializableBuilderClass() |
FecOutputSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer columnDepth()
public final FecOutputIncludeFec includeFec()
If the service returns an enum value that is not available in the current SDK version, includeFec will
return FecOutputIncludeFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from includeFecAsString().
FecOutputIncludeFecpublic final String includeFecAsString()
If the service returns an enum value that is not available in the current SDK version, includeFec will
return FecOutputIncludeFec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from includeFecAsString().
FecOutputIncludeFecpublic final Integer rowLength()
public FecOutputSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FecOutputSettings.Builder,FecOutputSettings>public static FecOutputSettings.Builder builder()
public static Class<? extends FecOutputSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.