Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AdaptiveMediaSourceDownloadResult.Buffer Property
Definition
- Namespace:
- Windows.Media.Streaming.Adaptive
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.
Applies to
Feedback
Was this page helpful?
