IVideoCompositor.CompositeFrame(CompositeVideoFrameContext) Method
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.
Called when frames are available for composition by a custom video compositor.
public:
void CompositeFrame(CompositeVideoFrameContext ^ context);
void CompositeFrame(CompositeVideoFrameContext const& context);
public void CompositeFrame(CompositeVideoFrameContext context);
function compositeFrame(context)
Public Sub CompositeFrame (context As CompositeVideoFrameContext)
Parameters
- context
- CompositeVideoFrameContext
The context object that provides the input and output frames for the composition operation.