mesh property

String? mesh
getter/setter pair

The mesh for projecting the video if projection is mesh.

The mesh value must be a UTF-8 string containing the base-64 encoding of 3D mesh data that follows the Spherical Video V2 RFC specification for an mshp box, excluding the box size and type but including the following four reserved zero bytes for the version and flags.

Implementation

core.String? mesh;