Agora Java API Reference for Android
|
#include <IAgoraRtcEngine.h>
Public Attributes | |
int | width |
int | height |
int | videoGop |
int | videoFramerate |
int | videoBitrate |
AUDIO_SAMPLE_RATE_TYPE | audioSampleRate |
int | audioBitrate |
int | audioChannels |
The definition of InjectStreamConfig.
int agora::rtc::InjectStreamConfig::width |
Width of the stream to be added into the broadcast. The default value is 0; same width as the original stream.
int agora::rtc::InjectStreamConfig::height |
Height of the stream to be added into the broadcast. The default value is 0; same height as the original stream.
int agora::rtc::InjectStreamConfig::videoGop |
Video GOP of the stream to be added into the broadcast. The default value is 30.
int agora::rtc::InjectStreamConfig::videoFramerate |
Video frame rate of the stream to be added into the broadcast. The default value is 15 fps.
int agora::rtc::InjectStreamConfig::videoBitrate |
Video bitrate of the stream to be added into the broadcast. The default value is 400 Kbps.
AUDIO_SAMPLE_RATE_TYPE agora::rtc::InjectStreamConfig::audioSampleRate |
Audio-sampling rate of the stream to be added into the broadcast: #AUDIO_SAMPLE_RATE_TYPE. The default value is 48000.
int agora::rtc::InjectStreamConfig::audioBitrate |
Audio bitrate of the stream to be added into the broadcast. The default value is 48.
int agora::rtc::InjectStreamConfig::audioChannels |
Audio channels to be added into the broadcast. The default value is 1.