Package apple.intents.enums
Class INCarAudioSource
- java.lang.Object
-
- apple.intents.enums.INCarAudioSource
-
public final class INCarAudioSource extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longSourceAUXstatic longSourceBluetoothstatic longSourceCarPlaystatic longSourceHardDrivestatic longSourceiPodstatic longSourceMemoryCardstatic longSourceOpticalDrivestatic longSourceRadiostatic longSourceUnknownstatic longSourceUSB
-
-
-
Field Detail
-
SourceUnknown
public static final long SourceUnknown
- See Also:
- Constant Field Values
-
SourceCarPlay
public static final long SourceCarPlay
- See Also:
- Constant Field Values
-
SourceiPod
public static final long SourceiPod
- See Also:
- Constant Field Values
-
SourceRadio
public static final long SourceRadio
- See Also:
- Constant Field Values
-
SourceBluetooth
public static final long SourceBluetooth
- See Also:
- Constant Field Values
-
SourceAUX
public static final long SourceAUX
- See Also:
- Constant Field Values
-
SourceUSB
public static final long SourceUSB
- See Also:
- Constant Field Values
-
SourceMemoryCard
public static final long SourceMemoryCard
- See Also:
- Constant Field Values
-
SourceOpticalDrive
public static final long SourceOpticalDrive
- See Also:
- Constant Field Values
-
SourceHardDrive
public static final long SourceHardDrive
- See Also:
- Constant Field Values
-
-