AdaptiveMediaSourcePlaybackBitrateChangedEventArgs.AudioOnly 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 whether the media source contains only audio data.
public:
property bool AudioOnly { bool get(); };
bool AudioOnly();
public bool AudioOnly { get; }
var boolean = adaptiveMediaSourcePlaybackBitrateChangedEventArgs.audioOnly;
Public ReadOnly Property AudioOnly As Boolean
Property Value
Boolean
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.