VideoFormat

data class VideoFormat(val encoding: VideoFrameEncoding, val width: Int? = null, val height: Int? = null, val framesPerSecond: Int? = null)

Constructors

Link copied to clipboard
constructor(encoding: VideoFrameEncoding, width: Int? = null, height: Int? = null, framesPerSecond: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int?
Link copied to clipboard
val width: Int?