AVCaptureVideoPreviewLayer.CreateWithNoConnection(AVCaptureSession) 方法

定义

创建并返回具有提供的捕获会话的新预览层。

[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

参数

返回

属性

适用于