PhotosAnimationMetadata

GoogleApi.ContentWarehouse.V1.Model.PhotosAnimationMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. 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.
  2. 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.
  3. numFrames (type: String.t, default: nil)
    -

Type

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

Function

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

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