BufferMediaFrame.Buffer 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 buffer that contains the data for the BufferMediaFrame.
public:
property IBuffer ^ Buffer { IBuffer ^ get(); };
IBuffer Buffer();
public IBuffer Buffer { get; }
var iBuffer = bufferMediaFrame.buffer;
Public ReadOnly Property Buffer As IBuffer
Property Value
The buffer that contains the data for the BufferMediaFrame.