ProcessVideoFrameContext ProcessVideoFrameContext ProcessVideoFrameContext ProcessVideoFrameContext Class

Definition

Provides context for performing a custom video effect operation within the ProcessFrame method.

public : sealed class ProcessVideoFrameContext : IProcessVideoFrameContextpublic sealed class ProcessVideoFrameContext : IProcessVideoFrameContextPublic NotInheritable Class ProcessVideoFrameContext Implements IProcessVideoFrameContext// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

To retrieve an instance of this class, implement the ProcessFrame method.

Properties

InputFrame InputFrame InputFrame InputFrame

Gets the input frame for a video effect operation.

public : VideoFrame InputFrame { get; }public VideoFrame InputFrame { get; }Public ReadOnly Property InputFrame As VideoFrame// You can use this property in JavaScript.
Value
VideoFrame VideoFrame VideoFrame VideoFrame

The input frame for a video effect operation.

OutputFrame OutputFrame OutputFrame OutputFrame

Gets the output frame for a video effect operation.

public : VideoFrame OutputFrame { get; }public VideoFrame OutputFrame { get; }Public ReadOnly Property OutputFrame As VideoFrame// You can use this property in JavaScript.
Value
VideoFrame VideoFrame VideoFrame VideoFrame

The output frame for a video effect operation.