Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CDroppingStats Class Reference

#include <VideoPlayerVideo.h>

Classes

struct  CGain
 

Public Member Functions

void Reset ()
 
void AddOutputDropGain (double pts, int frames)
 

Public Attributes

std::deque< CGainm_gain
 
int m_totalGain
 
double m_lastPts
 

Member Function Documentation

◆ AddOutputDropGain()

void CDroppingStats::AddOutputDropGain ( double  pts,
int  frames 
)

◆ Reset()

void CDroppingStats::Reset ( void  )

Member Data Documentation

◆ m_gain

std::deque<CGain> CDroppingStats::m_gain

◆ m_lastPts

double CDroppingStats::m_lastPts

◆ m_totalGain

int CDroppingStats::m_totalGain

The documentation for this class was generated from the following files: