VideoFileSphericalMetadataMeshProjection

GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataMeshProjection


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. bounds (type: GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataFOVBounds, 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
  2. content (type: String.t, default: nil)
    -
  3. 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataMeshProjection{
bounds: GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataFOVBounds.t() | nil,
content: String.t() | nil,
type: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataMeshProjection