interface Ac3SettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.Ac3SettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.Ac3SettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.Ac3SettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » Ac3SettingsProperty |
The settings for an AC3 audio encode in the output.
The parent of this entity is AudioCodecSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const ac3SettingsProperty: medialive.CfnChannel.Ac3SettingsProperty = {
bitrate: 123,
bitstreamMode: 'bitstreamMode',
codingMode: 'codingMode',
dialnorm: 123,
drcProfile: 'drcProfile',
lfeFilter: 'lfeFilter',
metadataControl: 'metadataControl',
};
Properties
Name | Type | Description |
---|---|---|
bitrate? | number | The average bitrate in bits/second. |
bitstream | string | Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. |
coding | string | The Dolby Digital coding mode. |
dialnorm? | number | Sets the dialnorm for the output. |
drc | string | If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification. |
lfe | string | When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding. |
metadata | string | When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data. |
bitrate?
Type:
number
(optional)
The average bitrate in bits/second.
Valid bitrates depend on the coding mode.
bitstreamMode?
Type:
string
(optional)
Specifies the bitstream mode (bsmod) for the emitted AC-3 stream.
For more information about these values, see ATSC A/52-2012.
codingMode?
Type:
string
(optional)
The Dolby Digital coding mode.
This determines the number of channels.
dialnorm?
Type:
number
(optional)
Sets the dialnorm for the output.
If excluded and the input audio is Dolby Digital, dialnorm is passed through.
drcProfile?
Type:
string
(optional)
If set to filmStandard, adds dynamic range compression signaling to the output bitstream as defined in the Dolby Digital specification.
lfeFilter?
Type:
string
(optional)
When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to encoding.
This is valid only in codingMode32Lfe mode.
metadataControl?
Type:
string
(optional)
When set to followInput, encoder metadata is sourced from the DD, DD+, or DolbyE decoder that supplies this audio data.
If the audio is supplied from one of these streams, the static metadata settings are used.