次の方法で共有


CompositeVideoFrameContext.BackgroundFrame プロパティ

定義

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

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

プロパティ値

オーバーレイ操作の背景フレーム。

適用対象