Changes between Version 10 and Version 11 of SCENE_AUDIO_POINT_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_AUDIO_POINT_R0

    v10 v11  
    4545 * Create interface !AudioHandler which has only one method URL getSource(); 
    4646 
    47  * Create class JMFAudioHandler which implements !AudioHandler and has one property source of type URL which stores the URL to an audio file and 
    48     has getter/setter methods. 
     47 * Create class JMFAudioHandler which implements !AudioHandler and has one property source of type URL which stores the URL to an audio file and has getter/setter methods. 
    4948 
    5049* The demo test org.sophie2.main.media.fobs.!TestAudioVideo.java tests creating !AudioHandler, !AudioEngine, registering/unregistring the !AudioHandler with the !AudioEngine, and the play and stop methods.