AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceByteRangeOffset Property

Definition

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

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

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

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

Applies to