CameraResolution
This API is in beta and subject to change.
A class that represents the camera resolution supported by the camera device.
Constructors
CameraResolution
fun CameraResolution(width: Int
, height: Int
):
Parameters
width:
Int
This API is in beta and subject to change.
Camera resolution width.
height:
Int
This API is in beta and subject to change.
Camera resolution height.
Methods
toString
fun toString(): String
Returns
type:
String
Props
width
var width: Int
This API is in beta and subject to change.
Camera resolution width.
Returns
type:
Int
height
var height: Int
This API is in beta and subject to change.
Camera resolution height.
Returns
type:
Int