VideoInfo

data class VideoInfo(var videoHeight: Int = 0, var videoWidth: Int = 0, var averageBitrate: Int = 0, val frameRate: Float = 0.0f, val eventTime: AnalyticsListener.EventTime? = null)

Constructors

Link copied to clipboard
fun VideoInfo(videoHeight: Int = 0, videoWidth: Int = 0, averageBitrate: Int = 0, frameRate: Float = 0.0f, eventTime: AnalyticsListener.EventTime? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val frameRate: Float = 0.0f
Link copied to clipboard
var videoHeight: Int = 0
Link copied to clipboard
var videoWidth: Int = 0