Agora C++ API Reference for All Platforms
|
Public Member Functions | |
CameraCapturerConfiguration () | |
Public Attributes | |
CAMERA_DIRECTION | cameraDirection |
char | deviceId [MAX_DEVICE_ID_LENGTH] |
VideoFormat | format |
bool | followEncodeDimensionRatio |
Camera capturer configuration.
|
inline |
CAMERA_DIRECTION agora::rtc::CameraCapturerConfiguration::cameraDirection |
Camera direction settings (for Android/iOS only). See: CAMERA_DIRECTION. The camera direction.
char agora::rtc::CameraCapturerConfiguration::deviceId[MAX_DEVICE_ID_LENGTH] |
For windows. The device ID of the playback device. The maximum length is #MAX_DEVICE_ID_LENGTH.
VideoFormat agora::rtc::CameraCapturerConfiguration::format |
The video format. See VideoFormat.
bool agora::rtc::CameraCapturerConfiguration::followEncodeDimensionRatio |