VideoFileSphericalMetadataPose

GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataPose


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies the compass heading, pitch & roll for the origin of the projection. The origin for the "equirectangular" projection is the center of the image. The origin for the other projection types is defined as the location in the image that corresponds to the origin of an "equirectangular" projection.

Attributes List

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

View Attributes

Attributes

  1. headingDegrees (type: number(), default: nil)
    -
  2. pitchDegrees (type: number(), default: nil)
    -
  3. rollDegrees (type: number(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataPose{
headingDegrees: number() | nil,
pitchDegrees: number() | nil,
rollDegrees: number() | nil
}

Function

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

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