AdaptiveMediaSource.CurrentDownloadBitrate 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 a value indicating the current download bitrate for the media source.
public:
property unsigned int CurrentDownloadBitrate { unsigned int get(); };
uint32_t CurrentDownloadBitrate();
public uint CurrentDownloadBitrate { get; }
var uInt32 = adaptiveMediaSource.currentDownloadBitrate;
Public ReadOnly Property CurrentDownloadBitrate As UInteger
Property Value
The current download bitrate for the media source.