次の方法で共有


ProcessVideoFrameContext.OutputFrame プロパティ

定義

ビデオ効果操作の出力フレームを取得します。

public:
 property VideoFrame ^ OutputFrame { VideoFrame ^ get(); };
VideoFrame OutputFrame();
public VideoFrame OutputFrame { get; }
var videoFrame = processVideoFrameContext.outputFrame;
Public ReadOnly Property OutputFrame As VideoFrame

プロパティ値

ビデオ効果操作の出力フレーム。

適用対象