AudioEffect.ContentTypeMovie 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 video or movie

[Android.Runtime.Register("CONTENT_TYPE_MOVIE")]
[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 ContentTypeMovie = 1;
[<Android.Runtime.Register("CONTENT_TYPE_MOVIE")>]
[<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 ContentTypeMovie : Android.Media.Audiofx.ContentType

Field Value

Value = 1
Attributes

Remarks

Value for #EXTRA_CONTENT_TYPE when the type of content played is video or movie

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

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