次の方法で共有


AdaptiveMediaSourceDownloadBitrateChangedEventArgs.OldValue プロパティ

定義

メディア ソースの以前のダウンロード ビットレートを示す値を取得します。

public:
 property unsigned int OldValue { unsigned int get(); };
uint32_t OldValue();
public uint OldValue { get; }
var uInt32 = adaptiveMediaSourceDownloadBitrateChangedEventArgs.oldValue;
Public ReadOnly Property OldValue As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

メディア ソースの以前のダウンロード ビットレートを示す値。

適用対象