struct CCL::IMediaTimerTask

Overview

Task interface for multimedia timer. More…

#include <imediathreading.h>

struct IMediaTimerTask: public CCL::IUnknown
{
    // methods

    virtual void CCL_API task (int timerID, double systemTime) = 0;
};

Inherited Members

public:
    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;

Detailed Documentation

Task interface for multimedia timer.

Methods

virtual void CCL_API task (int timerID, double systemTime) = 0

Perform periodic task.