AVCaptureAudioFileOutput.StartRecording 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.
[Foundation.Export("startRecordingToOutputFileURL:outputFileType:recordingDelegate:")]
public virtual void StartRecording (Foundation.NSUrl outputFileUrl, string fileType, AVFoundation.IAVCaptureFileOutputRecordingDelegate recordingDelegate);
abstract member StartRecording : Foundation.NSUrl * string * AVFoundation.IAVCaptureFileOutputRecordingDelegate -> unit
override this.StartRecording : Foundation.NSUrl * string * AVFoundation.IAVCaptureFileOutputRecordingDelegate -> unit
Parameters
- outputFileUrl
- NSUrl
- fileType
- String
- recordingDelegate
- IAVCaptureFileOutputRecordingDelegate
- Attributes