AudioManager.NumStreams Field

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("NUM_STREAMS")]
[System.Obsolete("deprecated")]
public const int NumStreams = 5;
[<Android.Runtime.Register("NUM_STREAMS")>]
[<System.Obsolete("deprecated")>]
val mutable NumStreams : int

Field Value

Value = 5
Attributes

Remarks

This member is deprecated. Do not iterate on volume stream type values.

Java documentation for android.media.AudioManager.NUM_STREAMS.

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