Frame
Constructors
Link copied to clipboard
fun Frame(width: Int, height: Int, dataY: CustomVideoSourceYUV420.ByteArrayRange, dataU: CustomVideoSourceYUV420.ByteArrayRange, dataV: CustomVideoSourceYUV420.ByteArrayRange, strideY: Int, strideU: Int, strideV: Int, rotation: CustomVideoSourceYUV420.Rotation, timestampNs: Long)
Content copied to clipboard
Create a new YUV frame from the specified data.