-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Reference
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BASEThe base reference system has its 'north' aligned with the device naturalorientation.
SENSORThis reference system has its 'north' aligned with the camera sensor.
VIEWThis reference system has its 'north' aligned with the View hierarchy.This can be different than BASE if the activity is allowed to rotate(or forced into a non natural position).
OUTPUTThis reference system has its 'north' aligned with the output picture/video.This means that it takes into account the device orientation.
-