orientation property

String? orientation
getter/setter pair

Orientation of a site template used for video.

This will act as default for new placements created under this site. Possible string values are:

  • "ANY"
  • "LANDSCAPE"
  • "PORTRAIT"

Implementation

core.String? orientation;