ImageRepositoryApiItagSpecificMetadata

GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiItagSpecificMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

The metadata returned with each transcode. Next available field: 9

Attributes List

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

View Attributes

Attributes

  1. expirationTimestampSec (type: String.t, default: nil)
    - Timestamp (measured in seconds since epoch) after which Amarna will delete the serving transcode.
  2. genus (type: String.t, default: nil)
    - The Venom Genus that this transcode was produced for.
  3. state (type: String.t, default: nil)
    - Indicates the state in Venom for this transcode type.
  4. transcodeItag (type: integer(), default: nil)
    - transcode type which are available for the video.
  5. videoId (type: GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomVideoId, default: nil)
    - The Venom ID that this transcode was produced for.
  6. xtagsList (type: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiXtagList, default: nil)
    - Indicates xtags if present. Xtag makes the different transcode. For transcode "MP4_AVCBASE640_AAC/af=sq" (itag 18 with xtag), "af=sq" is the xtag part. This is a different transcode than "MP4_AVCBASE640_AAC" (itag 18).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiItagSpecificMetadata{
expirationTimestampSec: String.t() | nil,
genus: String.t() | nil,
state: String.t() | nil,
transcodeItag: integer() | nil,
videoId: GoogleApi.ContentWarehouse.V1.Model.VideoAssetsVenomVideoId.t() | nil,
xtagsList: GoogleApi.ContentWarehouse.V1.Model.ImageRepositoryApiXtagList.t() | nil
}

Function

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

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