AudioEffect.ContentTypeVoice Field

Definition

Caution

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

Value for #EXTRA_CONTENT_TYPE when the type of content played is voice audio

[Android.Runtime.Register("CONTENT_TYPE_VOICE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.ContentType enum directly instead of this field.", true)]
public const Android.Media.Audiofx.ContentType ContentTypeVoice = 3;
[<Android.Runtime.Register("CONTENT_TYPE_VOICE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Audiofx.ContentType enum directly instead of this field.", true)>]
val mutable ContentTypeVoice : Android.Media.Audiofx.ContentType

Field Value

Value = 3
Attributes

Remarks

Value for #EXTRA_CONTENT_TYPE when the type of content played is voice audio

Java documentation for android.media.audiofx.AudioEffect.CONTENT_TYPE_VOICE.

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