Class Ac3Settings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.Ac3Settings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<Ac3Settings.Builder,Ac3Settings>
@Generated("software.amazon.awssdk:codegen") public final class Ac3Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ac3Settings.Builder,Ac3Settings>
Required when you set Codec to the value AC3.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Ac3Settings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
bitrate()
Specify the average bitrate in bits per second.Ac3BitstreamMode
bitstreamMode()
Specify the bitstream mode for the AC-3 stream that the encoder emits.String
bitstreamModeAsString()
Specify the bitstream mode for the AC-3 stream that the encoder emits.static Ac3Settings.Builder
builder()
Ac3CodingMode
codingMode()
Dolby Digital coding mode.String
codingModeAsString()
Dolby Digital coding mode.Integer
dialnorm()
Sets the dialnorm for the output.Ac3DynamicRangeCompressionLine
dynamicRangeCompressionLine()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode.String
dynamicRangeCompressionLineAsString()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode.Ac3DynamicRangeCompressionProfile
dynamicRangeCompressionProfile()
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile.String
dynamicRangeCompressionProfileAsString()
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile.Ac3DynamicRangeCompressionRf
dynamicRangeCompressionRf()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode.String
dynamicRangeCompressionRfAsString()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode.boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
Ac3LfeFilter
lfeFilter()
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.String
lfeFilterAsString()
Applies a 120Hz lowpass filter to the LFE channel prior to encoding.Ac3MetadataControl
metadataControl()
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.String
metadataControlAsString()
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data.Integer
sampleRate()
This value is always 48000.List<SdkField<?>>
sdkFields()
static Class<? extends Ac3Settings.Builder>
serializableBuilderClass()
Ac3Settings.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bitrate
public final Integer bitrate()
Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.- Returns:
- Specify the average bitrate in bits per second. The bitrate that you specify must be a multiple of 8000 within the allowed minimum and maximum values. Leave blank to use the default bitrate for the coding mode you select according ETSI TS 102 366. Valid bitrates for coding mode 1/0: Default: 96000. Minimum: 64000. Maximum: 128000. Valid bitrates for coding mode 1/1: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 2/0: Default: 192000. Minimum: 128000. Maximum: 384000. Valid bitrates for coding mode 3/2 with FLE: Default: 384000. Minimum: 384000. Maximum: 640000.
-
bitstreamMode
public final Ac3BitstreamMode bitstreamMode()
Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).If the service returns an enum value that is not available in the current SDK version,
bitstreamMode
will returnAc3BitstreamMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombitstreamModeAsString()
.- Returns:
- Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).
- See Also:
Ac3BitstreamMode
-
bitstreamModeAsString
public final String bitstreamModeAsString()
Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).If the service returns an enum value that is not available in the current SDK version,
bitstreamMode
will returnAc3BitstreamMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frombitstreamModeAsString()
.- Returns:
- Specify the bitstream mode for the AC-3 stream that the encoder emits. For more information about the AC3 bitstream mode, see ATSC A/52-2012 (Annex E).
- See Also:
Ac3BitstreamMode
-
codingMode
public final Ac3CodingMode codingMode()
Dolby Digital coding mode. Determines number of channels.If the service returns an enum value that is not available in the current SDK version,
codingMode
will returnAc3CodingMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcodingModeAsString()
.- Returns:
- Dolby Digital coding mode. Determines number of channels.
- See Also:
Ac3CodingMode
-
codingModeAsString
public final String codingModeAsString()
Dolby Digital coding mode. Determines number of channels.If the service returns an enum value that is not available in the current SDK version,
codingMode
will returnAc3CodingMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcodingModeAsString()
.- Returns:
- Dolby Digital coding mode. Determines number of channels.
- See Also:
Ac3CodingMode
-
dialnorm
public final Integer dialnorm()
Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.- Returns:
- Sets the dialnorm for the output. If blank and input audio is Dolby Digital, dialnorm will be passed through.
-
dynamicRangeCompressionLine
public final Ac3DynamicRangeCompressionLine dynamicRangeCompressionLine()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionLine
will returnAc3DynamicRangeCompressionLine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionLineAsString()
.- Returns:
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
- See Also:
Ac3DynamicRangeCompressionLine
-
dynamicRangeCompressionLineAsString
public final String dynamicRangeCompressionLineAsString()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionLine
will returnAc3DynamicRangeCompressionLine.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionLineAsString()
.- Returns:
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the line operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
- See Also:
Ac3DynamicRangeCompressionLine
-
dynamicRangeCompressionProfile
public final Ac3DynamicRangeCompressionProfile dynamicRangeCompressionProfile()
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile. The mode-specific settings are Dynamic range compression profile, line mode and Dynamic range compression profile, RF mode. Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None to leave out DRC signaling. Keep the default Film standard to set the profile to Dolby's film standard profile for all operating modes.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionProfile
will returnAc3DynamicRangeCompressionProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionProfileAsString()
.- Returns:
- When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile. The mode-specific settings are Dynamic range compression profile, line mode and Dynamic range compression profile, RF mode. Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None to leave out DRC signaling. Keep the default Film standard to set the profile to Dolby's film standard profile for all operating modes.
- See Also:
Ac3DynamicRangeCompressionProfile
-
dynamicRangeCompressionProfileAsString
public final String dynamicRangeCompressionProfileAsString()
When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile. The mode-specific settings are Dynamic range compression profile, line mode and Dynamic range compression profile, RF mode. Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None to leave out DRC signaling. Keep the default Film standard to set the profile to Dolby's film standard profile for all operating modes.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionProfile
will returnAc3DynamicRangeCompressionProfile.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionProfileAsString()
.- Returns:
- When you want to add Dolby dynamic range compression (DRC) signaling to your output stream, we recommend that you use the mode-specific settings instead of Dynamic range compression profile. The mode-specific settings are Dynamic range compression profile, line mode and Dynamic range compression profile, RF mode. Note that when you specify values for all three settings, MediaConvert ignores the value of this setting in favor of the mode-specific settings. If you do use this setting instead of the mode-specific settings, choose None to leave out DRC signaling. Keep the default Film standard to set the profile to Dolby's film standard profile for all operating modes.
- See Also:
Ac3DynamicRangeCompressionProfile
-
dynamicRangeCompressionRf
public final Ac3DynamicRangeCompressionRf dynamicRangeCompressionRf()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionRf
will returnAc3DynamicRangeCompressionRf.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionRfAsString()
.- Returns:
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
- See Also:
Ac3DynamicRangeCompressionRf
-
dynamicRangeCompressionRfAsString
public final String dynamicRangeCompressionRfAsString()
Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.If the service returns an enum value that is not available in the current SDK version,
dynamicRangeCompressionRf
will returnAc3DynamicRangeCompressionRf.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdynamicRangeCompressionRfAsString()
.- Returns:
- Choose the Dolby Digital dynamic range control (DRC) profile that MediaConvert uses when encoding the metadata in the Dolby Digital stream for the RF operating mode. Related setting: When you use this setting, MediaConvert ignores any value you provide for Dynamic range compression profile. For information about the Dolby Digital DRC operating modes and profiles, see the Dynamic Range Control chapter of the Dolby Metadata Guide at https://developer.dolby.com/globalassets/professional/documents/dolby-metadata-guide.pdf.
- See Also:
Ac3DynamicRangeCompressionRf
-
lfeFilter
public final Ac3LfeFilter lfeFilter()
Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.If the service returns an enum value that is not available in the current SDK version,
lfeFilter
will returnAc3LfeFilter.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlfeFilterAsString()
.- Returns:
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.
- See Also:
Ac3LfeFilter
-
lfeFilterAsString
public final String lfeFilterAsString()
Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.If the service returns an enum value that is not available in the current SDK version,
lfeFilter
will returnAc3LfeFilter.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlfeFilterAsString()
.- Returns:
- Applies a 120Hz lowpass filter to the LFE channel prior to encoding. Only valid with 3_2_LFE coding mode.
- See Also:
Ac3LfeFilter
-
metadataControl
public final Ac3MetadataControl metadataControl()
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.If the service returns an enum value that is not available in the current SDK version,
metadataControl
will returnAc3MetadataControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommetadataControlAsString()
.- Returns:
- When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
- See Also:
Ac3MetadataControl
-
metadataControlAsString
public final String metadataControlAsString()
When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.If the service returns an enum value that is not available in the current SDK version,
metadataControl
will returnAc3MetadataControl.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frommetadataControlAsString()
.- Returns:
- When set to FOLLOW_INPUT, encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
- See Also:
Ac3MetadataControl
-
sampleRate
public final Integer sampleRate()
This value is always 48000. It represents the sample rate in Hz.- Returns:
- This value is always 48000. It represents the sample rate in Hz.
-
toBuilder
public Ac3Settings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<Ac3Settings.Builder,Ac3Settings>
-
builder
public static Ac3Settings.Builder builder()
-
serializableBuilderClass
public static Class<? extends Ac3Settings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-