INCarAudioSource Enum
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.
Enumerates inputs to the car sound system.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCarAudioSource
type INCarAudioSource =
- Inheritance
-
INCarAudioSource
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The input source is not determined. |
CarPlay | 1 | CarPlay audio. |
iPod | 2 | An attached iPod. |
Radio | 3 | A radio station. |
Bluetooth | 4 | A bluetooth audio stream. |
Aux | 5 | An auxiliary jack. |
Usb | 6 | An audio stream provided over a USB connection. |
MemoryCard | 7 | A removable memory card. |
OpticalDrive | 8 | A removable optical disk (e.g., a CD). |
HardDrive | 9 | An external drive. |