AdaptiveMediaSourceDownloadResult.ExtendedStatus 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 integer value that represents extended status information about the resource download operation.
public:
property unsigned int ExtendedStatus { unsigned int get(); void set(unsigned int value); };
uint32_t ExtendedStatus();
void ExtendedStatus(uint32_t value);
public uint ExtendedStatus { get; set; }
var uInt32 = adaptiveMediaSourceDownloadResult.extendedStatus;
adaptiveMediaSourceDownloadResult.extendedStatus = uInt32;
Public Property ExtendedStatus As UInteger
Property Value
An integer value that represents extended status information about the resource download operation.