FrameFormat

data class FrameFormat(val frameSize: FrameSize, val frameRate: FrameRateRange) : Comparable<FrameFormat>

Frame format including size and framerate

Constructors

Link copied to clipboard
fun FrameFormat(frameSize: FrameSize, frameRate: FrameRateRange)

Functions

Link copied to clipboard
open operator override fun compareTo(other: FrameFormat): Int

Properties

Link copied to clipboard
val frameRate: FrameRateRange
Link copied to clipboard
val frameSize: FrameSize