ProcessVideoFrameContext.InputFrame Property

Definition

Gets the input frame for a video effect operation.

public:
 property VideoFrame ^ InputFrame { VideoFrame ^ get(); };
VideoFrame InputFrame();
public VideoFrame InputFrame { get; }
var videoFrame = processVideoFrameContext.inputFrame;
Public ReadOnly Property InputFrame As VideoFrame

Property Value

The input frame for a video effect operation.

Applies to