rotation property

  1. @JsonKey(name: 'rotation')
int? rotation
final

Raw data related parameter. The clockwise rotation of the video frame. You can set the rotation angle as 0, 90, 180, or 270. The default value is 0.

Implementation

@JsonKey(name: 'rotation')
final int? rotation;