videoRotation property

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

This parameter only takes effect for video streams, and indicates the video rotation angle.

Implementation

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