Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Specify clockwise rotation in description of rotationCorrection.
  • Loading branch information
KyleFin authored Mar 22, 2022
commit e08d61ae948df3e45af19dbf682ce9520463caaf
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class VideoEvent {
/// Only used if [eventType] is [VideoEventType.initialized].
final Size? size;

/// Degrees to rotate the video so it is displayed correctly.
/// Degrees to rotate the video (clockwise) so it is displayed correctly.
///
/// Only used if [eventType] is [VideoEventType.initialized].
final int? rotationCorrection;
Expand Down