00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 #ifndef HxCorbaVideoPlayer_idl
00010 #define HxCorbaVideoPlayer_idl
00011 
00012 module HxCorba
00013 {
00014 
00016 interface VideoPlayer
00017 {
00018     void            play();
00019     void            stop();
00020     void            seek(in long frame);
00021     void            close();
00022 };
00023 
00024 
00026 interface VideoPlayerFactory
00027 {
00028     VideoPlayer     makeFullPlayer(in string fileName);
00029     VideoPlayer     makeAudioPlayer(in string fileName);
00030 };
00031 
00032 }; 
00033 
00034 #endif //HxCorbaVideoPlayer_idl