AVCaptureSession.CanAddConnection(AVCaptureConnection) 方法

定义

true如果可以添加指定的 connection ,则返回 。

[Foundation.Export("canAddConnection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanAddConnection (AVFoundation.AVCaptureConnection connection);
abstract member CanAddConnection : AVFoundation.AVCaptureConnection -> bool
override this.CanAddConnection : AVFoundation.AVCaptureConnection -> bool

参数

connection
AVCaptureConnection

返回

属性

适用于