|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| int | sampleRateHz |
| int | bytesPerSample |
| int | numberOfChannels |
| int | bitrate |
Configurations for the RTMP audio stream.
|
inline |
| int sampleRateHz |
Sampling rate (Hz). The default value is 44100 (i.e. 44.1kHz).
| int bytesPerSample |
Number of bytes per sample. The default value is 2 (i.e. 16-bit PCM).
| int numberOfChannels |
Number of channels. The default value is 1 (i.e. mono).
| int bitrate |
The target bitrate (Kbps) of the output audio stream to be published. The default value is 48 Kbps.