public static interface WavSettings.Builder extends SdkPojo, CopyableBuilder<WavSettings.Builder,WavSettings>
Modifier and Type | Method and Description |
---|---|
WavSettings.Builder |
bitDepth(Integer bitDepth)
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
|
WavSettings.Builder |
channels(Integer channels)
Specify the number of channels in this output audio track.
|
WavSettings.Builder |
format(String format)
The service defaults to using RIFF for WAV outputs.
|
WavSettings.Builder |
format(WavFormat format)
The service defaults to using RIFF for WAV outputs.
|
WavSettings.Builder |
sampleRate(Integer sampleRate)
Sample rate in Hz.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
WavSettings.Builder bitDepth(Integer bitDepth)
bitDepth
- Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.WavSettings.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.WavSettings.Builder format(String format)
format
- The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in
file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file
format to RF64.WavFormat
,
WavFormat
WavSettings.Builder format(WavFormat format)
format
- The service defaults to using RIFF for WAV outputs. If your output audio is likely to exceed 4 GB in
file size, or if you otherwise need the extended support of the RF64 format, set your output WAV file
format to RF64.WavFormat
,
WavFormat
WavSettings.Builder sampleRate(Integer sampleRate)
sampleRate
- Sample rate in Hz.Copyright © 2022. All rights reserved.