rotation property

int rotation

Get the rotation of the video, possible values are: 0, 90, 180 and 270

Implementation

int get rotation => (_rotation ~/ 90 % 4) * 90;