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 Tue Feb 15 14:54:23 2005 for oggdsf by  doxygen 1.3.9