AdaptiveMediaSourceDownloadRequestedEventArgs.Result Property

Definition

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.

Applies to