Changes between Version 5 and Version 6 of SCENE_VIDEO_POINT_R0
- Timestamp:
- 12/11/08 15:54:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_VIDEO_POINT_R0
v5 v6 39 39 * !BufferedImage grabFrame(!VideoHandler video); 40 40 41 * Create class !JMFVideoEngine which implements !VideoEngine interface (the extension point interface) and provides implementation for all its methods.42 The idea is that it registers !VideoEngine and keep them mapped with their respective JMF Players and it plays the video files associated with the!VideoHandlers (through URLs);41 * Create class JMFVideoEngine which implements !VideoEngine interface (the extension point interface) and provides implementation for all its methods. 42 The idea is that it registers !VideoEngine and keep them mapped with their respective JMFPlayers and it plays the video files associated with the !VideoHandlers (through URLs); 43 43 44 44 * Create interface !VideoHandler which has only one method URL getSource();