Changes between Version 12 and Version 13 of SCENE_AUDIO_POINT_R0


Ignore:
Timestamp:
12/11/08 14:42:18 (16 years ago)
Author:
Tanya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_AUDIO_POINT_R0

    v12 v13  
    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 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 get/set methods. 
    4848 
    4949* 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.