AudioManager.StreamAccessibility Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Stream enum directly instead of this field.

Used to identify the volume of audio streams for accessibility prompts

[Android.Runtime.Register("STREAM_ACCESSIBILITY", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Stream enum directly instead of this field.")]
public const int StreamAccessibility = 10;
[<Android.Runtime.Register("STREAM_ACCESSIBILITY", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Stream enum directly instead of this field.")>]
val mutable StreamAccessibility : int

Field Value

Value = 10
Attributes

Remarks

Java documentation for android.media.AudioManager.STREAM_ACCESSIBILITY.

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