Changes between Version 7 and Version 8 of SCENE_VIDEO_POINT_R0


Ignore:
Timestamp:
12/11/08 15:57:43 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_VIDEO_POINT_R0

    v7 v8  
    4444 * Create interface !VideoHandler which has only one method URL getSource(); 
    4545 
    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. 
    4847 
    4948* 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;