public static interface AiffSettings.Builder extends SdkPojo, 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)
Specify the number of channels in this output audio track.
|
AiffSettings.Builder |
sampleRate(Integer sampleRate)
Sample rate in hz.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AiffSettings.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
- Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to
64. For example, 1, 2, 4, 6, and so on, up to 64.AiffSettings.Builder sampleRate(Integer sampleRate)
sampleRate
- Sample rate in hz.Copyright © 2021. All rights reserved.