rotation property

String? rotation
getter/setter pair

The amount that YouTube needs to rotate the original source content to properly display the video. Possible string values are:

  • "none"
  • "clockwise"
  • "upsideDown"
  • "counterClockwise"
  • "other"

Implementation

core.String? rotation;