rotation property

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

原始数据相关字段。指定是否对传入的视频组做顺时针旋转操作,可选值为 0, 90, 180, 270。默认为 0。

Implementation

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