public class CameraCapturerConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CameraCapturerConfiguration.CAMERA_DIRECTION
Sets the camera direction.
|
static class |
CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE
Camera focal length type.
|
static class |
CameraCapturerConfiguration.CaptureFormat |
Modifier and Type | Field and Description |
---|---|
CameraCapturerConfiguration.CAMERA_DIRECTION |
cameraDirection
The camera direction.
|
CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE |
cameraFocalLengthType |
java.lang.String |
cameraId
The camera id.
|
CameraCapturerConfiguration.CaptureFormat |
captureFormat |
java.lang.Boolean |
followEncodeDimensionRatio
follow the dimension ratio of setVideoEncoderConfiguration.
|
Constructor and Description |
---|
CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection)
The camera capture configuration.
|
CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection,
CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType) |
CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection,
CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType,
CameraCapturerConfiguration.CaptureFormat captureFormat) |
CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection,
CameraCapturerConfiguration.CaptureFormat captureFormat)
The camera capture configuration.
|
CameraCapturerConfiguration(CameraCapturerConfiguration.CaptureFormat captureFormat)
The camera capture configuration.
|
Modifier and Type | Method and Description |
---|---|
CameraCapturerConfiguration.CAMERA_DIRECTION |
getCameraDirection() |
CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE |
getCameraFocalLengthType() |
java.lang.String |
getCameraId() |
CameraCapturerConfiguration.CaptureFormat |
getCaptureFormat() |
java.lang.Boolean |
isFollowEncodeDimensionRatio() |
java.lang.String |
toString() |
public CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection
public java.lang.String cameraId
public CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType
public CameraCapturerConfiguration.CaptureFormat captureFormat
public java.lang.Boolean followEncodeDimensionRatio
public CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection)
cameraDirection
- The camera direction. For details, see CAMERA_DIRECTION
.public CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection, CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType)
public CameraCapturerConfiguration(CameraCapturerConfiguration.CaptureFormat captureFormat)
captureFormat
- The camera capture format. For details, see CameraCapturerConfiguration.CaptureFormat
.public CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection, CameraCapturerConfiguration.CaptureFormat captureFormat)
cameraDirection
- The camera direction. For details, see CAMERA_DIRECTION
.captureFormat
- The camera capture format. For details, see CameraCapturerConfiguration.CaptureFormat
.public CameraCapturerConfiguration(CameraCapturerConfiguration.CAMERA_DIRECTION cameraDirection, CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE cameraFocalLengthType, CameraCapturerConfiguration.CaptureFormat captureFormat)
public CameraCapturerConfiguration.CAMERA_DIRECTION getCameraDirection()
public java.lang.String getCameraId()
public CameraCapturerConfiguration.CAMERA_FOCAL_LENGTH_TYPE getCameraFocalLengthType()
public CameraCapturerConfiguration.CaptureFormat getCaptureFormat()
public java.lang.Boolean isFollowEncodeDimensionRatio()
public java.lang.String toString()
toString
in class java.lang.Object