|
Agora C++ API Reference for All Platforms
|
#include <IAgoraRtcEngine.h>
Public Member Functions | |
| CameraCapturerConfiguration () | |
Public Attributes | |
| Optional< CAMERA_DIRECTION > | cameraDirection |
| Optional< CAMERA_FOCAL_LENGTH_TYPE > | cameraFocalLengthType |
| Optional< const char * > | deviceId |
| Optional< const char * > | cameraId |
| Optional< bool > | followEncodeDimensionRatio |
| VideoFormat | format |
Camera capturer configuration.
|
inline |
| Optional<CAMERA_DIRECTION> agora::rtc::CameraCapturerConfiguration::cameraDirection |
Camera direction settings (for Android/iOS only). See: CAMERA_DIRECTION. The camera direction.
| Optional<CAMERA_FOCAL_LENGTH_TYPE> agora::rtc::CameraCapturerConfiguration::cameraFocalLengthType |
| Optional<const char *> agora::rtc::CameraCapturerConfiguration::deviceId |
For windows. The device ID of the playback device.
| Optional<const char *> agora::rtc::CameraCapturerConfiguration::cameraId |
The camera id.
| Optional<bool> agora::rtc::CameraCapturerConfiguration::followEncodeDimensionRatio |
| VideoFormat agora::rtc::CameraCapturerConfiguration::format |
The video format. See VideoFormat.