Video SDK v3.7.1 API Reference for Unity
|
Public Attributes | |
CAPTURER_OUTPUT_PREFERENCE | preference |
CAMERA_DIRECTION | cameraDirection |
int | captureWidth |
int | captureHeight |
Camera capturer configuration.
CAPTURER_OUTPUT_PREFERENCE agora_gaming_rtc.CameraCapturerConfiguration.preference |
Camera capturer preference settings.See: CAPTURER_OUTPUT_PREFERENCE.
CAMERA_DIRECTION agora_gaming_rtc.CameraCapturerConfiguration.cameraDirection |
Camera direction settings (for Android/iOS only). See: CAMERA_DIRECTION.
int agora_gaming_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_gaming_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
.