MediaStreamSample.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 which encapsulates the MediaStreamSample data.
public:
property Buffer ^ Buffer { Buffer ^ get(); };
Buffer Buffer();
public Buffer Buffer { get; }
var buffer = mediaStreamSample.buffer;
Public ReadOnly Property Buffer As Buffer
Property Value
The buffer.