VideoFrame

data class VideoFrame(val bytes: ByteArray, val format: VideoFormat, val sequence: Long, val timestampMs: Long = nowMillis(), val rotationDegrees: Int? = null, val endOfStream: Boolean = false)

Constructors

Link copied to clipboard
constructor(bytes: ByteArray, format: VideoFormat, sequence: Long, timestampMs: Long = nowMillis(), rotationDegrees: Int? = null, endOfStream: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int