@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LiveConnectorRTMPConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The media pipeline's RTMP configuration object.
| Constructor and Description |
|---|
LiveConnectorRTMPConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LiveConnectorRTMPConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAudioChannels()
The audio channels set for the RTMP configuration
|
String |
getAudioSampleRate()
The audio sample rate set for the RTMP configuration.
|
String |
getUrl()
The URL of the RTMP configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAudioChannels(String audioChannels)
The audio channels set for the RTMP configuration
|
void |
setAudioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration.
|
void |
setUrl(String url)
The URL of the RTMP configuration.
|
String |
toString()
Returns a string representation of this object.
|
LiveConnectorRTMPConfiguration |
withAudioChannels(AudioChannelsOption audioChannels)
The audio channels set for the RTMP configuration
|
LiveConnectorRTMPConfiguration |
withAudioChannels(String audioChannels)
The audio channels set for the RTMP configuration
|
LiveConnectorRTMPConfiguration |
withAudioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration.
|
LiveConnectorRTMPConfiguration |
withUrl(String url)
The URL of the RTMP configuration.
|
public void setUrl(String url)
The URL of the RTMP configuration.
url - The URL of the RTMP configuration.public String getUrl()
The URL of the RTMP configuration.
public LiveConnectorRTMPConfiguration withUrl(String url)
The URL of the RTMP configuration.
url - The URL of the RTMP configuration.public void setAudioChannels(String audioChannels)
The audio channels set for the RTMP configuration
audioChannels - The audio channels set for the RTMP configurationAudioChannelsOptionpublic String getAudioChannels()
The audio channels set for the RTMP configuration
AudioChannelsOptionpublic LiveConnectorRTMPConfiguration withAudioChannels(String audioChannels)
The audio channels set for the RTMP configuration
audioChannels - The audio channels set for the RTMP configurationAudioChannelsOptionpublic LiveConnectorRTMPConfiguration withAudioChannels(AudioChannelsOption audioChannels)
The audio channels set for the RTMP configuration
audioChannels - The audio channels set for the RTMP configurationAudioChannelsOptionpublic void setAudioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration. Default: 48000.
audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.public String getAudioSampleRate()
The audio sample rate set for the RTMP configuration. Default: 48000.
public LiveConnectorRTMPConfiguration withAudioSampleRate(String audioSampleRate)
The audio sample rate set for the RTMP configuration. Default: 48000.
audioSampleRate - The audio sample rate set for the RTMP configuration. Default: 48000.public String toString()
toString in class ObjectObject.toString()public LiveConnectorRTMPConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.