orientation property
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;
The orientation of the asset.
MediaStore.MediaColumns.ORIENTATION
,
could be 0, 90, 180, 270.See also:
final int orientation;