| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include <VideoSync.h>
  
Public Member Functions | |
| CVideoSync (CVideoReferenceClock *clock) | |
| virtual | ~CVideoSync ()=default | 
| virtual bool | Setup ()=0 | 
| virtual void | Run (CEvent &stop)=0 | 
| virtual void | Cleanup ()=0 | 
| virtual float | GetFps ()=0 | 
| virtual void | RefreshChanged () | 
Protected Attributes | |
| float | m_fps | 
| CVideoReferenceClock * | m_refClock | 
      
  | 
  inlineexplicit | 
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
      
  | 
  pure virtual | 
      
  | 
  inlinevirtual | 
Reimplemented in CVideoSyncD3D, CVideoSyncGbm, and CVideoSyncOsx.
      
  | 
  pure virtual | 
      
  | 
  protected | 
      
  | 
  protected |