共用方式為


AdaptiveMediaSourceDownloadCompletedEventArgs.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 = adaptiveMediaSourceDownloadCompletedEventArgs.resourceByteRangeLength;
Public ReadOnly Property ResourceByteRangeLength As Nullable(Of ULong)

屬性值

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference<unsigned long long>

IReference<uint64_t>

已完成媒體下載要求的位元組範圍長度。

適用於