共用方式為


MTLCaptureManager.StartCapture 方法

定義

多載

StartCapture(IMTLCaptureScope)

開始擷取指定的範圍。

StartCapture(IMTLCommandQueue)

在指定的命令佇列上啟動擷取。

StartCapture(IMTLDevice)

在指定的裝置上啟動擷取。

StartCapture(IMTLCaptureScope)

開始擷取指定的範圍。

[Foundation.Export("startCaptureWithScope:")]
public virtual void StartCapture (Metal.IMTLCaptureScope captureScope);
abstract member StartCapture : Metal.IMTLCaptureScope -> unit
override this.StartCapture : Metal.IMTLCaptureScope -> unit

參數

captureScope
IMTLCaptureScope

要開始擷取的範圍。

屬性

適用於

StartCapture(IMTLCommandQueue)

在指定的命令佇列上啟動擷取。

[Foundation.Export("startCaptureWithCommandQueue:")]
public virtual void StartCapture (Metal.IMTLCommandQueue commandQueue);
abstract member StartCapture : Metal.IMTLCommandQueue -> unit
override this.StartCapture : Metal.IMTLCommandQueue -> unit

參數

commandQueue
IMTLCommandQueue

要開始擷取的命令佇列。

屬性

適用於

StartCapture(IMTLDevice)

在指定的裝置上啟動擷取。

[Foundation.Export("startCaptureWithDevice:")]
public virtual void StartCapture (Metal.IMTLDevice device);
abstract member StartCapture : Metal.IMTLDevice -> unit
override this.StartCapture : Metal.IMTLDevice -> unit

參數

device
IMTLDevice

要開始擷取的裝置。

屬性

適用於