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

#include <VideoSyncAML.h>

Inheritance diagram for CVideoSyncAML:
CVideoSync IDispResource

Public Member Functions

 CVideoSyncAML (void *clock)
 
virtual ~CVideoSyncAML ()
 
virtual bool Setup (PUPDATECLOCK func) override
 
virtual void Run (CEvent &stopEvent) override
 
virtual void Cleanup () override
 
virtual float GetFps () override
 
virtual void OnResetDisplay () override
 
- Public Member Functions inherited from CVideoSync
 CVideoSync (void *clock)
 
virtual ~CVideoSync ()=default
 
virtual void RefreshChanged ()
 

Additional Inherited Members

- Protected Attributes inherited from CVideoSync
PUPDATECLOCK UpdateClock
 
float m_fps
 
voidm_refClock
 

Constructor & Destructor Documentation

◆ CVideoSyncAML()

CVideoSyncAML::CVideoSyncAML ( void clock)

◆ ~CVideoSyncAML()

CVideoSyncAML::~CVideoSyncAML ( )
virtual

Member Function Documentation

◆ Cleanup()

void CVideoSyncAML::Cleanup ( )
overridevirtual

Implements CVideoSync.

◆ GetFps()

float CVideoSyncAML::GetFps ( )
overridevirtual

Implements CVideoSync.

◆ OnResetDisplay()

void CVideoSyncAML::OnResetDisplay ( )
overridevirtual

Reimplemented from IDispResource.

◆ Run()

void CVideoSyncAML::Run ( CEvent stopEvent)
overridevirtual

Implements CVideoSync.

◆ Setup()

bool CVideoSyncAML::Setup ( PUPDATECLOCK  func)
overridevirtual

Implements CVideoSync.


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