Item

data class Item(@IntRange(from = 1) val bitrate: Int, @IntRange(from = 1) val frameRate: Int)

Constructors

Link copied to clipboard
fun Item(@IntRange(from = 1) bitrate: Int, @IntRange(from = 1) frameRate: Int)

Properties

Link copied to clipboard
Link copied to clipboard