BufferMediaFrame.FrameReference Property

Definition

Gets the MediaFrameReference wrapper object associated with the BufferMediaFrame, 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 = bufferMediaFrame.frameReference;
Public ReadOnly Property FrameReference As MediaFrameReference

Property Value

The MediaFrameReference wrapper object associated with the BufferMediaFrame.

Applies to