AudioAttributes.ContentType Property

Definition

Return the content type.

public Android.Media.AudioContentType ContentType { [Android.Runtime.Register("getContentType", "()I", "")] get; }
[<get: Android.Runtime.Register("getContentType", "()I", "")>]
member this.ContentType : Android.Media.AudioContentType

Property Value

one of the values that can be set in Builder#setContentType(int)

Attributes

Remarks

Return the content type.

Java documentation for android.media.AudioAttributes.getContentType().

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