CompositeVideoFrameContext.OutputFrame Property

Definition

Gets the output frame for an overlay operation.

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

Property Value

The output frame for an overlay operation.

Applies to