GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant
Table of Contents ▼
Jump to a specific part of the page:
Description
This variant defines the frame to be the first frame of the video's generated preview.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
previewLength
(type:String.t
, default:nil
)
- -
xtagList
(type:GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtagList
, default:nil
)
- All xtags used in the generation of the preview. The same frame generated from the same preview with different xtags will likely have different bytes (such as, for example, resulting from a different aspect ratio).
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant{
previewLength: String.t() | nil,
xtagList: GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtagList.t() | nil
}
previewLength: String.t() | nil,
xtagList: GoogleApi.ContentWarehouse.V1.Model.MediaIndexXtagList.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.MediaIndexFrameIdentifierPreviewFrameZeroVariant