IMediaEventNotification.h

Go to the documentation of this file.
00001 #pragma once
00002 
00003 class IMediaEventNotification
00004 {
00005 public:
00006         IMediaEventNotification(void);
00007         virtual ~IMediaEventNotification(void);
00008 
00009         virtual bool eventNotification(int inEventCode, int inParam1, int inParam2) = 0;
00010 };

Generated on Thu Feb 16 23:48:19 2006 for oggdsf by  doxygen 1.3.9