| java.lang.Object | |
| ↳ | com.amazonaws.ivs.broadcast.BroadcastConfiguration.Audio |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getBitrate() | ||||||||||
| void |
setBitrate(int bitrate)
Set the bitrate for the audio stream.
| ||||||||||
|
[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 |
|---|