Changes between Version 10 and Version 11 of SCENE_AUDIO_POINT_R0
- Timestamp:
- 12/11/08 13:41:57 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SCENE_AUDIO_POINT_R0
v10 v11 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 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. 49 48 50 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.