Previous | Up | Next |
Creation of a AsRecorder to perform a microphone recording.Parameters
AsRecorder asRecorderCreate ( Chn _channel_ I _flags_ )
Return value
_channel_ Proprietary channel. _flags_ Unused, should be set to nil
The AsRecorder newly created, or nil if the creation failed.Remark
We can only create one AsRecorder per recording peripheral. Creation of the AsRecorder can fail if the recording peripheral is currently in use.