Share via


AdaptiveMediaSourceDownloadResult.ResourceByteRangeOffset Property

Definition

Gets or sets the requested byte range offset of the resource to be downloaded.

public:
 property IReference<unsigned long long> ^ ResourceByteRangeOffset { IReference<unsigned long long> ^ get(); void set(IReference<unsigned long long> ^ value); };
IReference<uint64_t> ResourceByteRangeOffset();

void ResourceByteRangeOffset(IReference<uint64_t> value);
public System.Nullable<ulong> ResourceByteRangeOffset { get; set; }
var iReference = adaptiveMediaSourceDownloadResult.resourceByteRangeOffset;
adaptiveMediaSourceDownloadResult.resourceByteRangeOffset = iReference;
Public Property ResourceByteRangeOffset As Nullable(Of ULong)

Property Value

IReference<UInt64>

Nullable<UInt64>

Windows.Foundation.IReference

IReference<uint64_t>

The requested byte range offset of the resource to be downloaded.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

If a non-null, non-zero value is specified for the ResourceByteRangeLength property, the value of ResourceByteRangeOffset is used to issue a byte range request to the Http server hosting the resource.

Applies to