AdaptiveMediaSourceDownloadResult.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 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
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.