|
Voice SDK v3.7.1 API Reference for All Platforms (C++)
|
Public Member Functions | |
| CameraCapturerConfiguration () | |
| CameraCapturerConfiguration (int width, int height) | |
Public Attributes | |
| CAPTURER_OUTPUT_PREFERENCE | preference |
| int | captureWidth |
| int | captureHeight |
| CAMERA_DIRECTION | cameraDirection |
Camera capturer configuration.
|
inline |
|
inline |
| CAPTURER_OUTPUT_PREFERENCE agora::rtc::CameraCapturerConfiguration::preference |
Camera capturer preference settings. See: CAPTURER_OUTPUT_PREFERENCE.
| int agora::rtc::CameraCapturerConfiguration::captureWidth |
The width (px) of the video image captured by the local camera. To customize the width of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL (3) first, and then use captureWidth.
| int agora::rtc::CameraCapturerConfiguration::captureHeight |
The height (px) of the video image captured by the local camera. To customize the height of the video image, set preference as CAPTURER_OUTPUT_PREFERENCE_MANUAL (3) first, and then use captureHeight.
| CAMERA_DIRECTION agora::rtc::CameraCapturerConfiguration::cameraDirection |
Camera direction settings (for Android/iOS only). See: CAMERA_DIRECTION.