| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Mp2Settings |
Mp2Settings.clone() |
Mp2Settings |
AudioCodecSettings.getMp2Settings()
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
|
Mp2Settings |
Mp2Settings.withBitrate(Integer bitrate)
Average bitrate in bits/second.
|
Mp2Settings |
Mp2Settings.withChannels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
Mp2Settings |
Mp2Settings.withSampleRate(Integer sampleRate)
Sample rate in hz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AudioCodecSettings.setMp2Settings(Mp2Settings mp2Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
|
AudioCodecSettings |
AudioCodecSettings.withMp2Settings(Mp2Settings mp2Settings)
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
|
Copyright © 2019. All rights reserved.