Frame

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)

Create a new YUV frame from the specified data.