Info

data class Info(val offset: Int, val size: Int, val timestamp: Long, val isKeyFrame: Boolean, val flags: Int = 0)

Constructors

Link copied to clipboard
constructor(offset: Int, size: Int, timestamp: Long, isKeyFrame: Boolean, flags: Int = 0)

Properties

Link copied to clipboard
val flags: Int
Link copied to clipboard
Link copied to clipboard
val offset: Int
Link copied to clipboard
val size: Int
Link copied to clipboard