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

#include <VideoSyncIos.h>

Inheritance diagram for CVideoSyncIos:
CVideoSync IDispResource

Public Member Functions

 CVideoSyncIos (void *clock, CWinSystemIOS &winSystem)
 
virtual bool Setup (PUPDATECLOCK func) override
 
virtual void Run (CEvent &stopEvent) override
 
virtual void Cleanup () override
 
virtual float GetFps () override
 
virtual void OnResetDisplay () override
 
void IosVblankHandler ()
 
- 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

◆ CVideoSyncIos()

CVideoSyncIos::CVideoSyncIos ( void clock,
CWinSystemIOS winSystem 
)
inline

Member Function Documentation

◆ Cleanup()

void CVideoSyncIos::Cleanup ( )
overridevirtual

Implements CVideoSync.

◆ GetFps()

float CVideoSyncIos::GetFps ( )
overridevirtual

Implements CVideoSync.

◆ IosVblankHandler()

void CVideoSyncIos::IosVblankHandler ( )

◆ OnResetDisplay()

void CVideoSyncIos::OnResetDisplay ( )
overridevirtual

Reimplemented from IDispResource.

◆ Run()

void CVideoSyncIos::Run ( CEvent stopEvent)
overridevirtual

Implements CVideoSync.

◆ Setup()

bool CVideoSyncIos::Setup ( PUPDATECLOCK  func)
overridevirtual

Implements CVideoSync.


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