CameraResolution
This API is in beta and subject to change.
A class that represents the camera resolution supported by the camera device.
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