CompositeVideoFrameContext.BackgroundFrame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the background frame for an overlay operation.
public:
property VideoFrame ^ BackgroundFrame { VideoFrame ^ get(); };
VideoFrame BackgroundFrame();
public VideoFrame BackgroundFrame { get; }
var videoFrame = compositeVideoFrameContext.backgroundFrame;
Public ReadOnly Property BackgroundFrame As VideoFrame
Property Value
The background frame for an overlay operation.