ProcessVideoFrameContext.OutputFrame Property

Definition

Gets the output frame for a video effect operation.

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

Property Value

The output frame for a video effect operation.

Applies to