AdaptiveMediaSourceDownloadResult.InputStream 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 an input stream containing the downloaded resource.
public:
property IInputStream ^ InputStream { IInputStream ^ get(); void set(IInputStream ^ value); };
IInputStream InputStream();
void InputStream(IInputStream value);
public IInputStream InputStream { get; set; }
var iInputStream = adaptiveMediaSourceDownloadResult.inputStream;
adaptiveMediaSourceDownloadResult.inputStream = iInputStream;
Public Property InputStream As IInputStream
Property Value
An input stream containing the downloaded resource.