VideoFrame

class VideoFrame(val buffer: VideoFrame.I420Buffer, val rotation: Int = 0, val timestampNs: Long = System.nanoTime())

Constructors

Link copied to clipboard
constructor(buffer: VideoFrame.I420Buffer, rotation: Int = 0, timestampNs: Long = System.nanoTime())

Properties

Link copied to clipboard
val buffer: VideoFrame.I420Buffer
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val rotation: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int