Interface InputDeviceConfigurableAudioChannelPairConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,
,InputDeviceConfigurableAudioChannelPairConfig> SdkBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,
,InputDeviceConfigurableAudioChannelPairConfig> SdkPojo
- Enclosing class:
InputDeviceConfigurableAudioChannelPairConfig
public static interface InputDeviceConfigurableAudioChannelPairConfig.Builder
extends SdkPojo, CopyableBuilder<InputDeviceConfigurableAudioChannelPairConfig.Builder,InputDeviceConfigurableAudioChannelPairConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID for one audio pair configuration, a value from 1 to 8.The profile to set for one audio pair configuration.The profile to set for one audio pair configuration.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 Details
-
id
The ID for one audio pair configuration, a value from 1 to 8.- Parameters:
id
- The ID for one audio pair configuration, a value from 1 to 8.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profile
The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.- Parameters:
profile
- The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profile
InputDeviceConfigurableAudioChannelPairConfig.Builder profile(InputDeviceConfigurableAudioChannelPairProfile profile) The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.- Parameters:
profile
- The profile to set for one audio pair configuration. Choose an enumeration value. Each value describes one audio configuration using the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or choose DISABLED, in which case the device won't produce audio for this pair.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-