CompositeVideoFrameContext.BackgroundFrame Property

Definition

Gets the background frame for an overlay operation.

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

Property Value

The background frame for an overlay operation.

Applies to