AVAudioRecorder.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Create(NSUrl, AudioSettings, NSError) |
Static factory method for creating an AVAudioRecorder. |
Create(NSUrl, AVAudioFormat, NSError) |
Create(NSUrl, AudioSettings, NSError)
Static factory method for creating an AVAudioRecorder.
public static AVFoundation.AVAudioRecorder Create (Foundation.NSUrl url, AVFoundation.AudioSettings settings, out Foundation.NSError error);
static member Create : Foundation.NSUrl * AVFoundation.AudioSettings * -> AVFoundation.AVAudioRecorder
Parameters
- url
- NSUrl
- settings
- AudioSettings
- error
- NSError
Returns
Applies to
Create(NSUrl, AVAudioFormat, NSError)
public static AVFoundation.AVAudioRecorder Create (Foundation.NSUrl url, AVFoundation.AVAudioFormat format, out Foundation.NSError error);
static member Create : Foundation.NSUrl * AVFoundation.AVAudioFormat * -> AVFoundation.AVAudioRecorder
Parameters
- url
- NSUrl
- format
- AVAudioFormat
- error
- NSError