Delen via


AdaptiveMediaSourcePlaybackBitrateChangedEventArgs.AudioOnly Property

Definition

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.

Applies to