Interface InputDeviceUhdAudioChannelPairConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>,SdkBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>,SdkPojo
- Enclosing class:
- InputDeviceUhdAudioChannelPairConfig
public static interface InputDeviceUhdAudioChannelPairConfig.Builder extends SdkPojo, CopyableBuilder<InputDeviceUhdAudioChannelPairConfig.Builder,InputDeviceUhdAudioChannelPairConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceUhdAudioChannelPairConfig.Builderid(Integer id)The ID for one audio pair configuration, a value from 1 to 8.InputDeviceUhdAudioChannelPairConfig.Builderprofile(String profile)The profile for one audio pair configuration.InputDeviceUhdAudioChannelPairConfig.Builderprofile(InputDeviceUhdAudioChannelPairProfile profile)The profile 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
InputDeviceUhdAudioChannelPairConfig.Builder id(Integer 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
InputDeviceUhdAudioChannelPairConfig.Builder profile(String profile)
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.- Parameters:
profile- The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or 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:
InputDeviceUhdAudioChannelPairProfile,InputDeviceUhdAudioChannelPairProfile
-
profile
InputDeviceUhdAudioChannelPairConfig.Builder profile(InputDeviceUhdAudioChannelPairProfile profile)
The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or DISABLED, in which case the device won't produce audio for this pair.- Parameters:
profile- The profile for one audio pair configuration. This property describes one audio configuration in the format (rate control algorithm)-(codec)_(quality)-(bitrate in bytes). For example, CBR-AAC_HQ-192000. Or 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:
InputDeviceUhdAudioChannelPairProfile,InputDeviceUhdAudioChannelPairProfile
-
-