DepthMediaFrame.FrameReference Property

Definition

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

Applies to