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)