rotation property

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

在渲染视频前设置该帧的顺时针旋转角度,目前支持 0 度、90 度、180 度,和 270 度。

Implementation

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