Classes | |
enum | CAMERA_DIRECTION |
enum | CAPTURER_OUTPUT_PREFERENCE |
Public Member Functions | |
CameraCapturerConfiguration (CAPTURER_OUTPUT_PREFERENCE preference, CAMERA_DIRECTION cameraDirection) | |
Public Attributes | |
CAPTURER_OUTPUT_PREFERENCE | preference |
CAMERA_DIRECTION | cameraDirection |
The definition of CameraCapturerConfiguration.
io.agora.rtc.video.CameraCapturerConfiguration.CameraCapturerConfiguration | ( | CAPTURER_OUTPUT_PREFERENCE | preference, |
CAMERA_DIRECTION | cameraDirection | ||
) |
The camera capture configuration.
preference | The camera capturer configuration. For details, see CAPTURER_OUTPUT_PREFERENCE. |
cameraDirection | The camera direction. For details, see CAMERA_DIRECTION. |
CAMERA_DIRECTION io.agora.rtc.video.CameraCapturerConfiguration.cameraDirection |
The camera direction.
cameraDirection | The camera direction:
|
CAPTURER_OUTPUT_PREFERENCE io.agora.rtc.video.CameraCapturerConfiguration.preference |
The camera capturer configuration.
preference | The camera capturer configuration:
|