Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <VideoPlayerVideo.h>
Classes | |
struct | CGain |
Public Member Functions | |
void | Reset () |
void | AddOutputDropGain (double pts, int frames) |
Public Attributes | |
std::deque< CGain > | m_gain |
int | m_totalGain |
double | m_lastPts |
void CDroppingStats::Reset | ( | ) |
std::deque<CGain> CDroppingStats::m_gain |
double CDroppingStats::m_lastPts |
int CDroppingStats::m_totalGain |