VideoFileSphericalMetadataEquirectProjection

GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataEquirectProjection


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies usage of equirectangular projection. More specifically, these are the proportion of projection cropped from each edge not covered by the video frame. For uncropped frame, all values are 0. For v1 metadata, this contains CroppedArea information (CroppedAreaLeftPixels, CroppedAreaTopPixels, CroppedAreaImageWidthPixels, CroppedAreaImageHeightPixels)

Attributes List

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

View Attributes

Attributes

  1. projectionBoundsBottom (type: integer(), default: nil)
    -
  2. projectionBoundsLeft (type: integer(), default: nil)
    -
  3. projectionBoundsRight (type: integer(), default: nil)
    -
  4. projectionBoundsTop (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataEquirectProjection{
projectionBoundsBottom: integer() | nil,
projectionBoundsLeft: integer() | nil,
projectionBoundsRight: integer() | nil,
projectionBoundsTop: integer() | nil
}

Function

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

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