Changes between Version 22 and Version 23 of AUDIO_RECORDING_R0
- Timestamp:
- 06/04/09 15:28:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AUDIO_RECORDING_R0
v22 v23 38 38 * To record data successfully on different platforms the capture device should be set to "javasound://" like this: ''Manager.createProcessor(new MediaLocator("javasound://"));''. 39 39 * The dialog for recording will have two buttons - record and stop. 40 * When the recording is stopped the audio resource is inserted into the current page.41 * The record has a time limit which is one hour by default, if this limit is exceeded then the recording stops and the media is inserted into the book as if requestRecord with isRecording set to false is called (recording stopped).40 * When the recording is stopped the audio resource is inserted into the page as an audio frame containing the new audio record. 41 * The record has a time limit which is one hour by default, if this limit is exceeded then the recording stops and the media is inserted as if recording stopped. 42 42 * To create a audio resource a temporary file will be created which is wrapped in a BinDataSource object. 43 * Class CaptureParameters will be immutable. 43 44 * A JUnit test case is created that will test registration/unregistration as well as capture for a short period. [3185] 44 45 * The following classes will be created: