Interface AiffSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AiffSettings.Builder,AiffSettings>,SdkBuilder<AiffSettings.Builder,AiffSettings>,SdkPojo
- Enclosing class:
- AiffSettings
public static interface AiffSettings.Builder extends SdkPojo, CopyableBuilder<AiffSettings.Builder,AiffSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AiffSettings.BuilderbitDepth(Integer bitDepth)Specify Bit depth, in bits per sample, to choose the encoding quality for this audio track.AiffSettings.Builderchannels(Integer channels)Specify the number of channels in this output audio track.AiffSettings.BuildersampleRate(Integer sampleRate)Sample rate in Hz.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bitDepth
AiffSettings.Builder bitDepth(Integer bitDepth)
Specify Bit depth, in bits per sample, to choose the encoding quality for this audio track.- Parameters:
bitDepth- Specify Bit depth, in bits per sample, to choose the encoding quality for this audio track.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channels
AiffSettings.Builder channels(Integer 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sampleRate
AiffSettings.Builder sampleRate(Integer sampleRate)
Sample rate in Hz.- Parameters:
sampleRate- Sample rate in Hz.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-