VideoFrameBuffer

data class VideoFrameBuffer(val width: Int, val height: Int, val dataY: ByteBuffer, val dataU: ByteBuffer, val dataV: ByteBuffer, val strideY: Int, val strideU: Int, val strideV: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, dataY: ByteBuffer, dataU: ByteBuffer, dataV: ByteBuffer, strideY: Int, strideU: Int, strideV: Int)

Properties

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