AdaptiveMediaSourceDownloadStatistics.ContentBytesReceivedCount 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 count of bytes that have been received at the time of the event.
public:
property unsigned long long ContentBytesReceivedCount { unsigned long long get(); };
uint64_t ContentBytesReceivedCount();
public ulong ContentBytesReceivedCount { get; }
var uInt64 = adaptiveMediaSourceDownloadStatistics.contentBytesReceivedCount;
Public ReadOnly Property ContentBytesReceivedCount As ULong
Property Value
The count of bytes that have been received at the time of the event.