Previous Up Next

asRecorderCreate
Creation of a AsRecorder to perform a microphone recording.

AsRecorder asRecorderCreate (
Chn _channel_
I _flags_
)
Parameters

_channel_
Proprietary channel.
_flags_
Unused, should be set to nil
Return value

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.