AdaptiveMediaSourceDownloadBitrateChangedEventArgs AdaptiveMediaSourceDownloadBitrateChangedEventArgs AdaptiveMediaSourceDownloadBitrateChangedEventArgs AdaptiveMediaSourceDownloadBitrateChangedEventArgs Class

Definition

Provides data for the DownloadBitrateChanged event.

public : sealed class AdaptiveMediaSourceDownloadBitrateChangedEventArgs : IAdaptiveMediaSourceDownloadBitrateChangedEventArgs, IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2public sealed class AdaptiveMediaSourceDownloadBitrateChangedEventArgs : IAdaptiveMediaSourceDownloadBitrateChangedEventArgs, IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2Public NotInheritable Class AdaptiveMediaSourceDownloadBitrateChangedEventArgs Implements IAdaptiveMediaSourceDownloadBitrateChangedEventArgs, IAdaptiveMediaSourceDownloadBitrateChangedEventArgs2// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Obtain an instance of this class by implementing a handler for the DownloadBitrateChanged event.

Properties

NewValue NewValue NewValue NewValue

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

public : unsigned int NewValue { get; }public uint NewValue { get; }Public ReadOnly Property NewValue As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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

OldValue OldValue OldValue OldValue

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

public : unsigned int OldValue { get; }public uint OldValue { get; }Public ReadOnly Property OldValue As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

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

Reason Reason Reason Reason

Gets a value specifying the reason that the download bitrate changed.

public : AdaptiveMediaSourceDownloadBitrateChangedReason Reason { get; }public AdaptiveMediaSourceDownloadBitrateChangedReason Reason { get; }Public ReadOnly Property Reason As AdaptiveMediaSourceDownloadBitrateChangedReason// You can use this property in JavaScript.
Additional features and requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)