INCarAudioSource 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举汽车音响系统的输入。
[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 =
- 继承
-
INCarAudioSource
- 属性
字段
Aux | 5 | 辅助插孔。 |
Bluetooth | 4 | 蓝牙音频流。 |
CarPlay | 1 | CarPlay 音频。 |
HardDrive | 9 | 外部驱动器。 |
iPod | 2 | 附加的 iPod。 |
MemoryCard | 7 | 可移动内存卡。 |
OpticalDrive | 8 | 可移动光盘 (例如 CD) 。 |
Radio | 3 | 一个电台。 |
Unknown | 0 | 输入源未确定。 |
Usb | 6 | 通过 USB 连接提供的音频流。 |