AudioRecorder Class
This class provides the ability to record sounds and music files.
Methods
this
()
Construct new recorder class.
cancel
()
This function stops the playback.
dispose
()
Dispose function releases resource, allocated in memory. For Audio Player object it is for example opened file.
pause
()
The pause function pauses playing. The next time you use the start function, playback will continue from the time when it was paused.
record
()
This call, starts playing opened file.
stop
()
This function stops the playback.