Agora Java API Reference for Android
|
Classes | |
enum | CAMERA_DIRECTION |
enum | CAMERA_FOCAL_LENGTH_TYPE |
class | CaptureFormat |
Public Member Functions | |
CameraCapturerConfiguration (CAMERA_DIRECTION cameraDirection) | |
CameraCapturerConfiguration (CAMERA_DIRECTION cameraDirection, CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType) | |
CameraCapturerConfiguration (CaptureFormat captureFormat) | |
CameraCapturerConfiguration (CAMERA_DIRECTION cameraDirection, CaptureFormat captureFormat) | |
CameraCapturerConfiguration (CAMERA_DIRECTION cameraDirection, CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType, CaptureFormat captureFormat) | |
CAMERA_DIRECTION | getCameraDirection () |
String | getCameraId () |
CAMERA_FOCAL_LENGTH_TYPE | getCameraFocalLengthType () |
CaptureFormat | getCaptureFormat () |
Boolean | isFollowEncodeDimensionRatio () |
String | toString () |
Public Attributes | |
CAMERA_DIRECTION | cameraDirection = null |
String | cameraId = null |
CAMERA_FOCAL_LENGTH_TYPE | cameraFocalLengthType = null |
CaptureFormat | captureFormat |
Boolean | followEncodeDimensionRatio = null |
The definition of CameraCapturerConfiguration.
io.agora.rtc2.video.CameraCapturerConfiguration.CameraCapturerConfiguration | ( | CAMERA_DIRECTION | cameraDirection | ) |
The camera capture configuration.
cameraDirection | The camera direction. For details, see CAMERA_DIRECTION. |
io.agora.rtc2.video.CameraCapturerConfiguration.CameraCapturerConfiguration | ( | CaptureFormat | captureFormat | ) |
The camera capture configuration.
captureFormat | The camera capture format. For details, see {}. |
io.agora.rtc2.video.CameraCapturerConfiguration.CameraCapturerConfiguration | ( | CAMERA_DIRECTION | cameraDirection, |
CaptureFormat | captureFormat | ||
) |
The camera capture configuration.
cameraDirection | The camera direction. For details, see CAMERA_DIRECTION. |
captureFormat | The camera capture format. For details, see {}. |
CAMERA_DIRECTION io.agora.rtc2.video.CameraCapturerConfiguration.cameraDirection = null |
The camera direction.
cameraDirection | The camera direction:
|
String io.agora.rtc2.video.CameraCapturerConfiguration.cameraId = null |
The camera id.
Boolean io.agora.rtc2.video.CameraCapturerConfiguration.followEncodeDimensionRatio = null |
follow the dimension ratio of setVideoEncoderConfiguration.