CompositeVideoFrameContext.OutputFrame 属性

定义

获取覆盖操作的输出帧。

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

属性值

覆盖操作的输出帧。

适用于