View Source GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataMeshProjection (google_api_content_warehouse v0.4.0)
Specifies usage of mesh projection. "content" contains the mshp atom: version/flags, CRC, compression method, description of the mesh(es) (vertices, coordinates corresponding to each vertex, and vertex lists to describe the projection). See go/pir-spec for mshp atom data layout.
Attributes
-
bounds
(type:GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataFOVBounds.t
, default:nil
) - Once mesh is analyzed, this field contains the bounds of the mesh(es) In case of stereo mesh, this will be the aggregate of both eye meshes -
content
(type:String.t
, default:nil
) - -
type
(type:String.t
, default:nil
) - The mesh type field will only be populated when we have done analysis on the mesh. If this field is missing, mesh analysis has not been done.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataMeshProjection{ bounds: GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataFOVBounds.t() | nil, content: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.