rotation property
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;
The clockwise rotation of the video frame before rendering. Supported values include 0, 90, 180, and 270 degrees.
@JsonKey(name: 'rotation')
final int? rotation;