stereoLayout property

String? stereoLayout
getter/setter pair

The 3D stereo layout of this broadcast.

This defaults to mono. Possible string values are:

  • "stereoLayoutUnspecified"
  • "mono"
  • "leftRight"
  • "topBottom"

Implementation

core.String? stereoLayout;