AdaptiveMediaSourceDownloadFailedEventArgs.ResourceByteRangeLength 屬性

定義

取得失敗媒體下載要求的位元組範圍長度。

public:
 property IReference<unsigned long long> ^ ResourceByteRangeLength { IReference<unsigned long long> ^ get(); };
IReference<uint64_t> ResourceByteRangeLength();
public System.Nullable<ulong> ResourceByteRangeLength { get; }
var iReference = adaptiveMediaSourceDownloadFailedEventArgs.resourceByteRangeLength;
Public ReadOnly Property ResourceByteRangeLength As Nullable(Of ULong)

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

失敗媒體下載要求的位元組範圍長度。

適用於