reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofMediaFoundationPlayer::ofMEEventProcessor Class Reference

#include <ofMediaFoundationPlayer.h>

Inheritance diagram for ofMediaFoundationPlayer::ofMEEventProcessor:

Public Member Functions

STDMETHODIMP QueryInterface (REFIID riid, void **ppv)
 
STDMETHODIMP EventNotify (DWORD meEvent, DWORD_PTR param1, DWORD param2)
 
 STDMETHODIMP_ (ULONG) AddRef()
 
 STDMETHODIMP_ (ULONG) Release()
 
void setCB (MediaEngineNotifyCallback *acb)
 

Protected Attributes

MediaEngineNotifyCallback * mCB = nullptr
 

Member Function Documentation

◆ EventNotify()

STDMETHODIMP ofMediaFoundationPlayer::ofMEEventProcessor::EventNotify ( DWORD  meEvent,
DWORD_PTR  param1,
DWORD  param2 
)
inline

◆ QueryInterface()

STDMETHODIMP ofMediaFoundationPlayer::ofMEEventProcessor::QueryInterface ( REFIID  riid,
void **  ppv 
)
inline

◆ setCB()

void ofMediaFoundationPlayer::ofMEEventProcessor::setCB ( MediaEngineNotifyCallback *  acb)
inline

◆ STDMETHODIMP_() [1/2]

ofMediaFoundationPlayer::ofMEEventProcessor::STDMETHODIMP_ ( ULONG  )
inline

◆ STDMETHODIMP_() [2/2]

ofMediaFoundationPlayer::ofMEEventProcessor::STDMETHODIMP_ ( ULONG  )
inline

Member Data Documentation

◆ mCB

MediaEngineNotifyCallback* ofMediaFoundationPlayer::ofMEEventProcessor::mCB = nullptr
protected

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