Frame

class Frame

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, dataY: CustomVideoSourceYUV420.ByteArrayRange, dataU: CustomVideoSourceYUV420.ByteArrayRange, dataV: CustomVideoSourceYUV420.ByteArrayRange, strideY: Int, strideU: Int, strideV: Int, rotation: CustomVideoSourceYUV420.Rotation, timestampNs: Long)

Create a new YUV frame from the specified data.

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
Link copied to clipboard
Link copied to clipboard
val width: Int