@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 |
|---|---|
Double |
bitrate()
Average bitrate in bits/second.
|
Ac3BitstreamMode |
bitstreamMode()
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
String |
bitstreamModeString()
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
|
static Ac3Settings.Builder |
builder() |
Ac3CodingMode |
codingMode()
Dolby Digital coding mode.
|
String |
codingModeString()
Dolby Digital coding mode.
|
Integer |
dialnorm()
Sets the dialnorm for the output.
|
Ac3DrcProfile |
drcProfile()
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
String |
drcProfileString()
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby
Digital specification.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Ac3LfeFilter |
lfeFilter()
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
String |
lfeFilterString()
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
Ac3MetadataControl |
metadataControl()
When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied
this audio data.
|
String |
metadataControlString()
When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied
this audio data.
|
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 Double 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 bitstreamModeString().
Ac3BitstreamModepublic String bitstreamModeString()
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 bitstreamModeString().
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
codingModeString().
Ac3CodingModepublic String codingModeString()
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
codingModeString().
Ac3CodingModepublic Integer dialnorm()
public Ac3DrcProfile drcProfile()
If the service returns an enum value that is not available in the current SDK version, drcProfile will
return Ac3DrcProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcProfileString().
Ac3DrcProfilepublic String drcProfileString()
If the service returns an enum value that is not available in the current SDK version, drcProfile will
return Ac3DrcProfile.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
drcProfileString().
Ac3DrcProfilepublic 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
lfeFilterString().
Ac3LfeFilterpublic String lfeFilterString()
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
lfeFilterString().
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 metadataControlString().
Ac3MetadataControlpublic String metadataControlString()
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 metadataControlString().
Ac3MetadataControlpublic 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.