共用方式為


AdaptiveMediaSourceDownloadResult.ExtendedStatus 屬性

定義

取得或設定整數值,表示有關資源下載作業的擴充狀態資訊。

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

屬性值

UInt32

unsigned int

uint32_t

整數值,表示資源下載作業的擴充狀態資訊。

適用於