Agora Java API Reference for Android
|
#include <NGIAgoraRtmpConnection.h>
Public Attributes | |
int | width |
int | height |
int | framerate |
int | bitrate |
int | maxBitrate |
int | minBitrate |
unsigned int | gopInMs |
ORIENTATION_MODE | orientationMode |
Configurations for the RTMP video stream.
int agora::rtc::RtmpStreamingVideoConfiguration::width |
The width (in pixels) of the video. The default value is 640.
int agora::rtc::RtmpStreamingVideoConfiguration::height |
The height (in pixels) of the video. The default value is 360.
int agora::rtc::RtmpStreamingVideoConfiguration::framerate |
Frame rate (fps) of the output video stream to be published. The default value is 15 fps.
int agora::rtc::RtmpStreamingVideoConfiguration::bitrate |
The target bitrate (Kbps) of the output video stream to be published. The default value is 800 Kbps.
int agora::rtc::RtmpStreamingVideoConfiguration::maxBitrate |
(For future use) The maximum bitrate (Kbps) for video. The default value is 960 Kbps.
int agora::rtc::RtmpStreamingVideoConfiguration::minBitrate |
(For future use) The minimum bitrate (Kbps) for video. The default value is 600 Kbps.
unsigned int agora::rtc::RtmpStreamingVideoConfiguration::gopInMs |
The interval between two keyframes. The default value is 2000ms.
ORIENTATION_MODE agora::rtc::RtmpStreamingVideoConfiguration::orientationMode |
The orientation mode. See ORIENTATION_MODE.