Enumeration AudioRoute

The type of the audio route.

Enumeration Members

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