AudioDeviceInfo.Type Property

Definition

public Android.Media.AudioDeviceType Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=23)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=23)>]
member this.Type : Android.Media.AudioDeviceType

Property Value

The device type identifier of the audio device (i.e. TYPE_BUILTIN_SPEAKER).

Attributes

Remarks

Java documentation for android.media.AudioDeviceInfo.getType().

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