@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDeviceUhdAudioChannelPairConfig extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
InputDeviceUhdAudioChannelPairConfig() |
| Modifier and Type | Method and Description |
|---|---|
InputDeviceUhdAudioChannelPairConfig |
clone() |
boolean |
equals(Object obj) |
Integer |
getId()
The ID for one audio pair configuration, a value from 1 to 8.
|
String |
getProfile()
The profile for one audio pair configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(Integer id)
The ID for one audio pair configuration, a value from 1 to 8.
|
void |
setProfile(String profile)
The profile for one audio pair configuration.
|
String |
toString()
Returns a string representation of this object.
|
InputDeviceUhdAudioChannelPairConfig |
withId(Integer id)
The ID for one audio pair configuration, a value from 1 to 8.
|
InputDeviceUhdAudioChannelPairConfig |
withProfile(InputDeviceUhdAudioChannelPairProfile profile)
The profile for one audio pair configuration.
|
InputDeviceUhdAudioChannelPairConfig |
withProfile(String profile)
The profile for one audio pair configuration.
|
public InputDeviceUhdAudioChannelPairConfig()
public void setId(Integer id)
id - The ID for one audio pair configuration, a value from 1 to 8.public Integer getId()
public InputDeviceUhdAudioChannelPairConfig withId(Integer id)
id - The ID for one audio pair configuration, a value from 1 to 8.public void setProfile(String profile)
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.InputDeviceUhdAudioChannelPairProfilepublic String getProfile()
InputDeviceUhdAudioChannelPairProfilepublic InputDeviceUhdAudioChannelPairConfig withProfile(String profile)
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.InputDeviceUhdAudioChannelPairProfilepublic InputDeviceUhdAudioChannelPairConfig withProfile(InputDeviceUhdAudioChannelPairProfile profile)
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.InputDeviceUhdAudioChannelPairProfilepublic String toString()
toString in class ObjectObject.toString()public InputDeviceUhdAudioChannelPairConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.