Share via


AVCaptureView.SetSession(AVCaptureSession, Boolean, Boolean) Method

Definition

[Foundation.Export("setSession:showVideoPreview:showAudioPreview:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetSession(AVFoundation.AVCaptureSession? session, bool showVideoPreview, bool showAudioPreview);
[<Foundation.Export("setSession:showVideoPreview:showAudioPreview:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetSession : AVFoundation.AVCaptureSession * bool * bool -> unit
override this.SetSession : AVFoundation.AVCaptureSession * bool * bool -> unit

Parameters

showVideoPreview
Boolean
showAudioPreview
Boolean
Attributes

Applies to