DebugFPSDebuggerVersion: 0.9.2On this pageFPSDebugger HierarchyMFXTransformStream<ExtendedVideoFrame, ExtendedVideoFrame>FPSDebuggerIndex ConstructorsconstructorPropertieslastRecordedTimelookupWindowringBufferAccessorsdesiredSizeidentifiertrackMethodsaddEventListenerdispatchErrordispatchEventgetFPSqueueremoveEventListenersetDebugsetTrackConstructors constructornew FPSDebugger(lookupWindow?: number): FPSDebuggerProperties lastRecordedTimelastRecordedTime: number = ...lookupWindowlookupWindow: numberringBufferringBuffer: RingBuffer<number>Accessors desiredSizeget desiredSize(): numberidentifierget identifier(): stringtrackget track(): GenericTrack<any>Methods addEventListeneraddEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): voiddispatchErrordispatchError(error: Error): voiddispatchEventdispatchEvent(event: Event): voidgetFPSgetFPS(): numberqueuequeue(...items: ExtendedVideoFrame[]): Promise<void>removeEventListenerremoveEventListener(type: string, callback: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): voidsetDebugsetDebug(value: boolean): voidsetTracksetTrack(track: GenericTrack<any>): FPSDebugger