共用方式為


AVCaptureSession.CanAddConnection(AVCaptureConnection) 方法

定義

如果可以加入指定的 connection ,則傳 true 回 。

[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

傳回

屬性

適用於