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