AdaptiveMediaSourceDownloadRequestedEventArgs.Result 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 an AdaptiveMediaSourceDownloadResult object representing the result of the media download request.
public:
property AdaptiveMediaSourceDownloadResult ^ Result { AdaptiveMediaSourceDownloadResult ^ get(); };
AdaptiveMediaSourceDownloadResult Result();
public AdaptiveMediaSourceDownloadResult Result { get; }
var adaptiveMediaSourceDownloadResult = adaptiveMediaSourceDownloadRequestedEventArgs.result;
Public ReadOnly Property Result As AdaptiveMediaSourceDownloadResult
Property Value
The result of the media download request.
Remarks
Apps that manually perform the download of resources can set the properties of the returned AdaptiveMediaSourceDownloadResult object to provide the stream and content type of the downloaded resource to the AdaptiveMediaSource object.