Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

VideoJpgPlayerListener.h

Go to the documentation of this file.
00001 /*
00002 12345678901234567890123456789012345678901234567890123456789012345678901234567890
00003 */
00004 #ifndef Impala_Visualization_VideoJpgPlayerListener_h
00005 #define Impala_Visualization_VideoJpgPlayerListener_h
00006 
00007 namespace Impala
00008 {
00009 namespace Visualization
00010 {
00011 
00012 class VideoJpgPlayer;
00013 
00014 class VideoJpgPlayerListener
00015 {
00016 public:
00017 
00018     virtual void
00019     OnNewFrame(VideoJpgPlayer *src, int frameNr, void* userData)
00020     {
00021     }
00022 
00023     virtual void OnKey(VideoJpgPlayer *src, int c, int state, void* userData)
00024     {
00025     }
00026 
00027 };
00028 
00029 } // namespace Visualization
00030 } // namespace Impala
00031 #endif

Generated on Fri Mar 19 09:31:55 2010 for ImpalaSrc by  doxygen 1.5.1