MediaIndexFrameIdentifier

GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier


Table of Contents ▼

Jump to a specific part of the page:

Description

Identifier for frames associated with a video.

Attributes List

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

View Attributes

Attributes

  1. previewFrameZeroVariant (type: GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant, default: nil)
    -
  2. timestampMs (type: integer(), default: nil)
    - Offset of the frame from the beginning of the video (in milliseconds).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifier{
previewFrameZeroVariant: GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant.t() | nil,
timestampMs: integer() | nil
}

Function

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

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