DebugFPSDebuggerVersion: 0.8.3On this pageFPSDebugger HierarchyMFXTransformStream<ExtendedVideoFrame, ExtendedVideoFrame>FPSDebuggerIndex ConstructorsconstructorPropertieslastRecordedTimelookupWindowringBufferAccessorsdesiredSizeidentifiertrackMethodsaddEventListenerdispatchErrordispatchEventgetFPSqueueremoveEventListenersetTrackConstructors 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): voidsetTracksetTrack(track: GenericTrack<any>): FPSDebugger