AVAudioRecorder.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(NSUrl, AudioSettings, NSError) |
Statische Factory-Methode zum Erstellen eines AVAudioRecorder. |
Create(NSUrl, AVAudioFormat, NSError) |
Create(NSUrl, AudioSettings, NSError)
Statische Factory-Methode zum Erstellen eines 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
Parameter
- url
- NSUrl
- settings
- AudioSettings
- error
- NSError
Gibt zurück
Gilt für:
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
Parameter
- url
- NSUrl
- format
- AVAudioFormat
- error
- NSError