rotation property

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

The clockwise rotation of the video frame before rendering. Supported values include 0, 90, 180, and 270 degrees.

Implementation

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