Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IBasicVideoEffect.ProcessFrame(ProcessVideoFrameContext) 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 processing by a custom video effect.

public:
 void ProcessFrame(ProcessVideoFrameContext ^ context);
void ProcessFrame(ProcessVideoFrameContext const& context);
public void ProcessFrame(ProcessVideoFrameContext context);
function processFrame(context)
Public Sub ProcessFrame (context As ProcessVideoFrameContext)

Parameters

context
ProcessVideoFrameContext

The context object that provides the input and output frames for the process operation.

Applies to


Feedback

Was this page helpful?