AudioManager.IsStreamMute(Stream) Method

Definition

Returns the current mute state for a particular stream.

[Android.Runtime.Register("isStreamMute", "(I)Z", "GetIsStreamMute_IHandler", ApiSince=23)]
public virtual bool IsStreamMute (Android.Media.Stream streamType);
[<Android.Runtime.Register("isStreamMute", "(I)Z", "GetIsStreamMute_IHandler", ApiSince=23)>]
abstract member IsStreamMute : Android.Media.Stream -> bool
override this.IsStreamMute : Android.Media.Stream -> bool

Parameters

streamType
Stream

The stream to get mute state for.

Returns

The mute state for the given stream.

Attributes

Remarks

Returns the current mute state for a particular stream.

Java documentation for android.media.AudioManager.isStreamMute(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to