rotation property

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

The rotation information of the video frame. See VideoOrientation.

Implementation

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