@Generated(value="software.amazon.awssdk:codegen") public class Ac3Settings extends Object implements StructuredPojo, ToCopyableBuilder<Ac3Settings.Builder,Ac3Settings>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Ac3Settings.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
bitrate()
Average bitrate in bits/second.
|
Ac3BitstreamMode |
bitstreamMode()
Returns the value of the BitstreamMode property for this object.
|
String |
bitstreamModeAsString()
Returns the value of the BitstreamMode property for this object.
|
static Ac3Settings.Builder |
builder() |
Ac3CodingMode |
codingMode()
Returns the value of the CodingMode property for this object.
|
String |
codingModeAsString()
Returns the value of the CodingMode property for this object.
|
Integer |
dialnorm()
Sets the dialnorm for the output.
|
Ac3DynamicRangeCompressionProfile |
dynamicRangeCompressionProfile()
Returns the value of the DynamicRangeCompressionProfile property for this object.
|
String |
dynamicRangeCompressionProfileAsString()
Returns the value of the DynamicRangeCompressionProfile property for this object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Ac3LfeFilter |
lfeFilter()
Returns the value of the LfeFilter property for this object.
|
String |
lfeFilterAsString()
Returns the value of the LfeFilter property for this object.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Ac3MetadataControl |
metadataControl()
Returns the value of the MetadataControl property for this object.
|
String |
metadataControlAsString()
Returns the value of the MetadataControl property for this object.
|
Integer |
sampleRate()
Sample rate in hz.
|
static Class<? extends Ac3Settings.Builder> |
serializableBuilderClass() |
Ac3Settings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic Integer bitrate()
public Ac3BitstreamMode bitstreamMode()
If the service returns an enum value that is not available in the current SDK version, bitstreamMode
will return Ac3BitstreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from bitstreamModeAsString().
Ac3BitstreamModepublic String bitstreamModeAsString()
If the service returns an enum value that is not available in the current SDK version, bitstreamMode
will return Ac3BitstreamMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from bitstreamModeAsString().
Ac3BitstreamModepublic Ac3CodingMode codingMode()
If the service returns an enum value that is not available in the current SDK version, codingMode will
return Ac3CodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codingModeAsString().
Ac3CodingModepublic String codingModeAsString()
If the service returns an enum value that is not available in the current SDK version, codingMode will
return Ac3CodingMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
codingModeAsString().
Ac3CodingModepublic Integer dialnorm()
public Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile()
If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionProfile will return
Ac3DynamicRangeCompressionProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynamicRangeCompressionProfileAsString().
Ac3DynamicRangeCompressionProfilepublic String dynamicRangeCompressionProfileAsString()
If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionProfile will return
Ac3DynamicRangeCompressionProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from dynamicRangeCompressionProfileAsString().
Ac3DynamicRangeCompressionProfilepublic Ac3LfeFilter lfeFilter()
If the service returns an enum value that is not available in the current SDK version, lfeFilter will
return Ac3LfeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lfeFilterAsString().
Ac3LfeFilterpublic String lfeFilterAsString()
If the service returns an enum value that is not available in the current SDK version, lfeFilter will
return Ac3LfeFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lfeFilterAsString().
Ac3LfeFilterpublic Ac3MetadataControl metadataControl()
If the service returns an enum value that is not available in the current SDK version, metadataControl
will return Ac3MetadataControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from metadataControlAsString().
Ac3MetadataControlpublic String metadataControlAsString()
If the service returns an enum value that is not available in the current SDK version, metadataControl
will return Ac3MetadataControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from metadataControlAsString().
Ac3MetadataControlpublic Integer sampleRate()
public Ac3Settings.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Ac3Settings.Builder,Ac3Settings>public static Ac3Settings.Builder builder()
public static Class<? extends Ac3Settings.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.