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

Attributes

  • durationMs (type: String.t, default: nil) - The duration of the animation or movie (not including any looping), in milliseconds. If there is only a single frame (and thus not animated), the duration will be 0.
  • loopCount (type: integer(), default: nil) - The number of times the animation plays. If 0, the animation will loop indefinitely. If positive, this number includes the initial playthrough. For example, a value of 3 means that each frame is shown 3 times.
  • numFrames (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.PhotosAnimationMetadata{
  durationMs: String.t() | nil,
  loopCount: integer() | nil,
  numFrames: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.