|
Agora Server Gateway SDK C++ API Reference
|
#include <NGIAgoraVideoTrack.h>
Public Member Functions | |
| StreamLayerConfigInternal () | |
| StreamLayerConfigInternal (const StreamLayerConfigInternal &other) | |
| bool | operator== (const StreamLayerConfigInternal &rhs) const |
| StreamLayerConfigInternal & | operator= (const SimulcastConfig::StreamLayerConfig &slc) |
| void | reset () |
Public Attributes | |
| VideoDimensions | dimensions |
| int | framerate |
| int | bitrate_kbps |
| bool | enable |
Configuration parameters for YUV video streams.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int agora::rtc::StreamLayerConfigInternal::bitrate_kbps |
Video bitrate (bps). Default value is 65.
| VideoDimensions agora::rtc::StreamLayerConfigInternal::dimensions |
Video dimensions. See VideoDimensions. Default value is 160 × 120.
| bool agora::rtc::StreamLayerConfigInternal::enable |
Whether to enable the stream:
true: Enable the streamfalse: Disable the stream | int agora::rtc::StreamLayerConfigInternal::framerate |
Video frame rate (fps). Default value is 5.