ProcessVideoFrameContext.InputFrame 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 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.