Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPlaybackEngine::PlaybackStats Struct Reference

#include <KisPlaybackEngine.h>

Public Attributes

qreal droppedFramesPortion {0.0}
 
qreal expectedFps {0.0}
 
qreal realFps {0.0}
 

Detailed Description

Definition at line 49 of file KisPlaybackEngine.h.

Member Data Documentation

◆ droppedFramesPortion

qreal KisPlaybackEngine::PlaybackStats::droppedFramesPortion {0.0}

Definition at line 52 of file KisPlaybackEngine.h.

52{0.0};

◆ expectedFps

qreal KisPlaybackEngine::PlaybackStats::expectedFps {0.0}

Definition at line 50 of file KisPlaybackEngine.h.

50{0.0};

◆ realFps

qreal KisPlaybackEngine::PlaybackStats::realFps {0.0}

Definition at line 51 of file KisPlaybackEngine.h.

51{0.0};

The documentation for this struct was generated from the following file: