AdaptiveMediaSourcePlaybackBitrateChangedEventArgs AdaptiveMediaSourcePlaybackBitrateChangedEventArgs AdaptiveMediaSourcePlaybackBitrateChangedEventArgs AdaptiveMediaSourcePlaybackBitrateChangedEventArgs Class

Definition

Provides data for the PlaybackBitrateChanged event.

public : sealed class AdaptiveMediaSourcePlaybackBitrateChangedEventArgs : IAdaptiveMediaSourcePlaybackBitrateChangedEventArgspublic sealed class AdaptiveMediaSourcePlaybackBitrateChangedEventArgs : IAdaptiveMediaSourcePlaybackBitrateChangedEventArgsPublic NotInheritable Class AdaptiveMediaSourcePlaybackBitrateChangedEventArgs Implements IAdaptiveMediaSourcePlaybackBitrateChangedEventArgs// 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 PlaybackBitrateChanged event.

Properties

AudioOnly AudioOnly AudioOnly AudioOnly

Gets a value indicating whether the media source contains only audio data.

public : PlatForm::Boolean AudioOnly { get; }public bool AudioOnly { get; }Public ReadOnly Property AudioOnly As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

A value indicating whether the media source contains only audio data.

Remarks

Check the value of this property to determine if the media content is audio-only and adjust your UI accordingly.

NewValue NewValue NewValue NewValue

Gets the new playback bitrate.

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

The new playback bitrate.

OldValue OldValue OldValue OldValue

Gets the old playback bitrate.

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

The old playback bitrate.