public static interface AiffSettings.Builder extends CopyableBuilder<AiffSettings.Builder,AiffSettings>
| Modifier and Type | Method and Description |
|---|---|
AiffSettings.Builder |
bitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
AiffSettings.Builder |
channels(Integer channels)
Set Channels to specify the number of channels in this output audio track.
|
AiffSettings.Builder |
sampleRate(Integer sampleRate)
Sample rate in hz.
|
copyapply, buildAiffSettings.Builder bitDepth(Integer bitDepth)
bitDepth - Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.AiffSettings.Builder channels(Integer channels)
channels - Set Channels to specify the number of channels in this output audio track. Choosing Mono in the
console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are
1 and 2.AiffSettings.Builder sampleRate(Integer sampleRate)
sampleRate - Sample rate in hz.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.