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):
Attributes
-
previewFrameZeroVariant
(type:GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant
, default:nil
)
- -
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
}
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