DepthMediaFrame.FrameReference Property
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.
Gets the MediaFrameReference wrapper object associated with the DepthMediaFrame, which provides access to format information and other properties of the media frame.
public:
property MediaFrameReference ^ FrameReference { MediaFrameReference ^ get(); };
MediaFrameReference FrameReference();
public MediaFrameReference FrameReference { get; }
var mediaFrameReference = depthMediaFrame.frameReference;
Public ReadOnly Property FrameReference As MediaFrameReference
Property Value
The MediaFrameReference wrapper object associated with the DepthMediaFrame