AdaptiveMediaSourceDownloadBitrateChangedEventArgs.NewValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the new download bitrate for the media source.
public:
property unsigned int NewValue { unsigned int get(); };
uint32_t NewValue();
public uint NewValue { get; }
var uInt32 = adaptiveMediaSourceDownloadBitrateChangedEventArgs.newValue;
Public ReadOnly Property NewValue As UInteger
Property Value
A value indicating the new download bitrate for the media source.