AdaptiveMediaSourceDiagnosticAvailableEventArgs.ResourceByteRangeOffset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource byte range offset of the web request to which the diagnostic information applies.