Changes between Version 7 and Version 8 of SCENE_VIDEO_POINT_R0
- Timestamp:
- 12/11/08 15:57:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_VIDEO_POINT_R0
v7 v8 44 44 * Create interface !VideoHandler which has only one method URL getSource(); 45 45 46 * Create class JMFVideoHandler which implements !VideoHandler and has one property source of type URL which stores the URL to an video file and 47 has getter/setter methods. 46 * Create class JMFVideoHandler which implements !VideoHandler and has one property source of type URL which stores the URL to an video file and has get/set methods. 48 47 49 48 * The demo test org.sophie2.main.media.fobs.!TestAudioVideo.java tests creating !VideoHandler, !VideoEngine, registering/unregistering the !VideoHandler with the !VideoEngine, the play and stop methods, and the grabFrame() method;