Voting helps other researchers find interesting modules.
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)
projectionBoundsBottom
integer()
nil
projectionBoundsLeft
projectionBoundsRight
projectionBoundsTop
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileSphericalMetadataEquirectProjection{ projectionBoundsBottom: integer() | nil, projectionBoundsLeft: integer() | nil, projectionBoundsRight: integer() | nil, projectionBoundsTop: integer() | nil }
@spec decode(struct(), keyword()) :: struct()