AVCaptureVideoPreviewLayer.CreateWithNoConnection(AVCaptureSession) Method

Definition

Creates and returns a new preview layer with the supplied capture session.

[Foundation.Export("layerWithSessionWithNoConnection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static AVFoundation.AVCaptureVideoPreviewLayer CreateWithNoConnection (AVFoundation.AVCaptureSession session);
static member CreateWithNoConnection : AVFoundation.AVCaptureSession -> AVFoundation.AVCaptureVideoPreviewLayer

Parameters

Returns

Attributes

Applies to