次の方法で共有


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 です。

属性

適用対象