java.lang.Object | |
↳ | com.amazonaws.ivs.broadcast.BroadcastConfiguration.Audio |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | getBitrate() | ||||||||||
void |
setBitrate(int bitrate)
Set the bitrate for the audio stream.
| ||||||||||
void |
setChannels(int channels)
Set the number of audio channels.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Set the bitrate for the audio stream. This must be greater than 64k and less than 160k, otherwise a IllegalArgumentException will be thrown.
bitrate | the bitrate |
---|
Set the number of audio channels. Currently this must be 1 or 2, otherwise an IllegalArgumentException will be thrown.
channels | the number of channels |
---|