CameraResolution
A class that represents the camera resolution supported by the camera device.
Constructors
CameraResolution
CameraResolution(width: Int
, height: Int
)
Parameters
width:
Int
Camera resolution width.
height:
Int
Camera resolution height.
Methods
toString
fun toString(): String
Returns
type:
String
Props
width
var width: Int
Camera resolution width.
Returns
type:
Int
height
var height: Int
Camera resolution height.
Returns
type:
Int