AdaptiveMediaSource.CurrentDownloadBitrate 属性

定义

获取一个值,该值指示媒体源的当前下载比特率。

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

属性值

UInt32

unsigned int

uint32_t

媒体源的当前下载比特率。

适用于