AVCaptureSession.AddOutput(AVCaptureOutput) 方法

定义

将输出添加到捕获会话。

[Foundation.Export("addOutput:")]
public virtual void AddOutput (AVFoundation.AVCaptureOutput output);
abstract member AddOutput : AVFoundation.AVCaptureOutput -> unit
override this.AddOutput : AVFoundation.AVCaptureOutput -> unit

参数

output
AVCaptureOutput

要添加的 AVCaptureOutput

属性

适用于