orientation property

int orientation
final

The orientation of the asset.

  • Android: MediaStore.MediaColumns.ORIENTATION, could be 0, 90, 180, 270.
  • iOS/macOS: Always 0.

See also:

Implementation

final int orientation;