Input Frame Rotation Behavior
Defines how each input frame should be rotated relative to device rotation while processing.
Since
1.4.0
Entries
Processor rotates each input frame assuming screen orientation is portrait no matter what real screen orientation is. The value can be used in case an activity handles orientation changes itself, otherwise some lenses may work incorrectly.
Processor rotates each input frame relative to current screen orientation. The value should be used in most cases unless an activity handles orientation changes itself.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.