View Source GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataEquirectProjection (google_api_content_warehouse v0.4.0)

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

  • projectionBoundsBottom (type: integer(), default: nil) -
  • projectionBoundsLeft (type: integer(), default: nil) -
  • projectionBoundsRight (type: integer(), default: nil) -
  • projectionBoundsTop (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.