Moscrif API Docs for: 2012q3
Show:

AudioRecorder Class

Library: media

This class provides the ability to record sounds and music files.

Item Index

Methods

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.

openFile

(
  • file
)

Parameters:

  • file String

    Name of file to open.

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.