Enumeration AudioRoute

The type of the audio route.

Enumeration Members

RouteBluetoothDeviceA2dp: 10

10: The audio route is a Bluetooth device using the A2DP protocol.

RouteBluetoothDeviceHfp: 5

5: The audio route is a Bluetooth device using the HFP protocol.

RouteDefault: -1

-1: The default audio route.

RouteEarpiece: 1

1: The audio route is an earpiece.

RouteHeadset: 0

0: Audio output routing is a headset with microphone.

RouteHeadsetnomic: 2

2: The audio route is a headset without a microphone.

RouteLoudspeaker: 4

4: The audio route is an external speaker. (iOS only)

RouteSpeakerphone: 3

3: The audio route is the speaker that comes with the device.

Generated using TypeDoc