MediaRoute2Info.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the type of this route.
public Android.Media.MediaRoute2Type Type { [Android.Runtime.Register("getType", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getType", "()I", "", ApiSince=34)>]
member this.Type : Android.Media.MediaRoute2Type
Property Value
Value is one of the following: TYPE_UNKNOWN TYPE_BUILTIN_SPEAKER TYPE_WIRED_HEADSET TYPE_WIRED_HEADPHONES TYPE_BLUETOOTH_A2DP TYPE_HDMI TYPE_HDMI_ARC TYPE_HDMI_EARC TYPE_LINE_DIGITAL TYPE_LINE_ANALOG TYPE_AUX_LINE TYPE_USB_DEVICE TYPE_USB_ACCESSORY TYPE_DOCK TYPE_USB_HEADSET TYPE_HEARING_AID TYPE_BLE_HEADSET TYPE_MULTICHANNEL_SPEAKER_GROUP TYPE_REMOTE_TV TYPE_REMOTE_SPEAKER TYPE_REMOTE_AUDIO_VIDEO_RECEIVER TYPE_REMOTE_TABLET TYPE_REMOTE_TABLET_DOCKED TYPE_REMOTE_COMPUTER TYPE_REMOTE_GAME_CONSOLE TYPE_REMOTE_CAR TYPE_REMOTE_SMARTWATCH TYPE_REMOTE_SMARTPHONE TYPE_GROUP
- Attributes
Remarks
Returns the type of this route.
Java documentation for android.media.MediaRoute2Info.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.