Share via


AdaptiveMediaSourceDownloadStatistics.ContentBytesReceivedCount Property

Definition

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

UInt64

unsigned long long

uint64_t

The count of bytes that have been received at the time of the event.

Applies to