PreviewFormat

data class PreviewFormat(val width: Int? = null, val height: Int? = null, val framerate: Int? = null)

preview format

Constructors

Link copied to clipboard
constructor(width: Int? = null, height: Int? = null, framerate: Int? = null)

Properties

Link copied to clipboard
val framerate: Int? = null

frame rate

Link copied to clipboard
val height: Int? = null

height

Link copied to clipboard
val width: Int? = null

width