AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceByteRangeLength Property

Definition

Gets the resource byte range length of the web request to which the diagnostic information applies.

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

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The resource byte range length of the web request to which the diagnostic information applies.

Applies to