CompositeVideoFrameContext.OutputFrame 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 output frame for an overlay operation.
public:
property VideoFrame ^ OutputFrame { VideoFrame ^ get(); };
VideoFrame OutputFrame();
public VideoFrame OutputFrame { get; }
var videoFrame = compositeVideoFrameContext.outputFrame;
Public ReadOnly Property OutputFrame As VideoFrame
Property Value
The output frame for an overlay operation.