VideoThumbnailsFrameFile

GoogleApi.ContentWarehouse.V1.Model.VideoThumbnailsFrameFile


Table of Contents ▼

Jump to a specific part of the page:

Description

Individual video frame saved in an image file.

Attributes List

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

View Attributes

Attributes

  1. filename (type: String.t, default: nil)
    -
  2. height (type: integer(), default: nil)
    -
  3. msOffset (type: integer(), default: nil)
    -
  4. width (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoThumbnailsFrameFile{
filename: String.t() | nil,
height: integer() | nil,
msOffset: integer() | nil,
width: integer() | nil
}

Function

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

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