Changes between Version 12 and Version 13 of SCENE_AUDIO_POINT_R0
- Timestamp:
- 12/11/08 14:42:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_AUDIO_POINT_R0
v12 v13 45 45 * Create interface !AudioHandler which has only one method URL getSource(); 46 46 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 ter/settermethods.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. 48 48 49 49 * 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.