次の方法で共有


CompositeVideoFrameContext.OutputFrame プロパティ

定義

オーバーレイ操作の出力フレームを取得します。

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

プロパティ値

オーバーレイ操作の出力フレーム。

適用対象