AdaptiveMediaSourceDownloadResult.ExtendedStatus Property

Definition

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

UInt32

unsigned int

uint32_t

An integer value that represents extended status information about the resource download operation.

Applies to