@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer columnDepth()
public 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 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 Integer rowLength()
public FecOutputSettings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<FecOutputSettings.Builder,FecOutputSettings>public static FecOutputSettings.Builder builder()
public static Class<? extends FecOutputSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.