AdaptiveMediaSourceDownloadResult.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 or sets a buffer containing the downloaded resource.
public:
property IBuffer ^ Buffer { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Buffer();
void Buffer(IBuffer value);
public IBuffer Buffer { get; set; }
var iBuffer = adaptiveMediaSourceDownloadResult.buffer;
adaptiveMediaSourceDownloadResult.buffer = iBuffer;
Public Property Buffer As IBuffer
Property Value
A buffer containing the downloaded resource.