projection property

String? projection
getter/setter pair

The projection format of this broadcast.

This defaults to rectangular. Possible string values are:

  • "projectionUnspecified"
  • "rectangular"
  • "360"
  • "mesh"

Implementation

core.String? projection;