VideoFrame
external class VideoFrame(image: CanvasImageSource, init: VideoFrameInit = definedExternally) : CanvasImageSource, TexImageSource, Transferable(source)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun copyTo(destination: AllowSharedBufferSource, options: VideoFrameCopyToOptions = definedExternally): ReadonlyArray<PlaneLayout>
Link copied to clipboard
fun copyToAsync(destination: AllowSharedBufferSource, options: VideoFrameCopyToOptions = definedExternally): Promise<ReadonlyArray<PlaneLayout>>