AudioManager.UseDefaultStreamType Field

Definition

Suggests using the default stream type.

[Android.Runtime.Register("USE_DEFAULT_STREAM_TYPE")]
public const int UseDefaultStreamType = -2147483648;
[<Android.Runtime.Register("USE_DEFAULT_STREAM_TYPE")>]
val mutable UseDefaultStreamType : int

Field Value

Value = -2147483648
Attributes

Remarks

Suggests using the default stream type. This may not be used in all places a stream type is needed.

Java documentation for android.media.AudioManager.USE_DEFAULT_STREAM_TYPE.

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