rotation property
int
get
rotation
Get the rotation of the video,
possible values are: 0, 90, 180 and 270
Implementation
int get rotation => (_rotation ~/ 90 % 4) * 90;
Get the rotation of the video,
possible values are: 0, 90, 180 and 270
int get rotation => (_rotation ~/ 90 % 4) * 90;