CompositeVideoFrameContext.BackgroundFrame 属性

定义

获取覆盖操作的背景帧。

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

属性值

覆盖操作的背景帧。

适用于