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