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.