共用方式為


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

屬性

適用於