Package apple.coremotion.enums
Class CMDeviceMotionSensorLocation
- java.lang.Object
-
- apple.coremotion.enums.CMDeviceMotionSensorLocation
-
public final class CMDeviceMotionSensorLocation extends java.lang.ObjectCMDeviceMotionSensorLocation Discussion: CMDeviceMotionSensorLocation indicates the location of the sensors used to compute the device motion data.
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultstatic longHeadphoneLeftstatic longHeadphoneRight
-
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
HeadphoneLeft
public static final long HeadphoneLeft
- See Also:
- Constant Field Values
-
HeadphoneRight
public static final long HeadphoneRight
- See Also:
- Constant Field Values
-
-