VideoMediaFrame.GetVideoFrame Method
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.
Creates a copy of the VideoMediaFrame as a VideoFrame object.
public:
virtual VideoFrame ^ GetVideoFrame() = GetVideoFrame;
VideoFrame GetVideoFrame();
public VideoFrame GetVideoFrame();
function getVideoFrame()
Public Function GetVideoFrame () As VideoFrame
Returns
The VideoFrame containing a copy of the VideoMediaFrame image data.