public static interface WavSettings.Builder extends SdkPojo, CopyableBuilder<WavSettings.Builder,WavSettings>
| Modifier and Type | Method and Description |
|---|---|
WavSettings.Builder |
bitDepth(Double bitDepth)
Bits per sample.
|
WavSettings.Builder |
codingMode(String codingMode)
The audio coding mode for the WAV audio.
|
WavSettings.Builder |
codingMode(WavCodingMode codingMode)
The audio coding mode for the WAV audio.
|
WavSettings.Builder |
sampleRate(Double sampleRate)
Sample rate in Hz.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWavSettings.Builder bitDepth(Double bitDepth)
bitDepth - Bits per sample.WavSettings.Builder codingMode(String codingMode)
codingMode - The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.WavCodingMode,
WavCodingModeWavSettings.Builder codingMode(WavCodingMode codingMode)
codingMode - The audio coding mode for the WAV audio. The mode determines the number of channels in the audio.WavCodingMode,
WavCodingModeWavSettings.Builder sampleRate(Double sampleRate)
sampleRate - Sample rate in Hz.Copyright © 2022. All rights reserved.