AdaptiveMediaSourceDownloadBitrateChangedEventArgs.OldValue Property

Definition

Gets a value indicating the previous download bitrate for the media source.

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

Property Value

UInt32

unsigned int

uint32_t

A value indicating the previous download bitrate for the media source.

Applies to