VideoInfo

data class VideoInfo(val width: Int, val height: Int, val fps: Int, val duration: Long)

Created by pedro on 18/10/24.

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, fps: Int, duration: Long)

Properties

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