VisualizationPassthroughCanvasVersion: 0.9.2On this pagePassthroughCanvas HierarchyMFXTransformStream<ExtendedVideoFrame, ExtendedVideoFrame>PassthroughCanvasIndex ConstructorsconstructorAccessorsdesiredSizeidentifiertrackMethodsaddEventListenerdispatchErrordispatchEventqueueremoveEventListenersetDebugsetTrackConstructors constructornew PassthroughCanvas(canvas: HTMLCanvasElement): PassthroughCanvasAccessors desiredSizeget desiredSize(): numberidentifierget identifier(): stringtrackget track(): GenericTrack<any>Methods addEventListeneraddEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): voiddispatchErrordispatchError(error: Error): voiddispatchEventdispatchEvent(event: Event): voidqueuequeue(...items: ExtendedVideoFrame[]): Promise<void>removeEventListenerremoveEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): voidsetDebugsetDebug(value: boolean): voidsetTracksetTrack(track: GenericTrack<any>): PassthroughCanvas