VideoMediaInfo

GoogleApi.ContentWarehouse.V1.Model.VideoMediaInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Feel free to ignore this lint warning if only the trivia (e.g., comments) is is changed. LINT.IfChange

Attributes List

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

View Attributes

Attributes

  1. audioStream (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream), default: nil)
    - Each entry corresponds to one audio stream in the original media file.
  2. containerId (type: integer(), default: nil)
    - Container type of the file, e.g. FLV, H264, MP3. Uses the numeric value corresponding to the ContainerId enum objects, in order to avoid the dependency on vsi/videostreaminfo.proto. http://cs/symbol:ContainerId f:google3/video/vidproc/vsi/videostreaminfo.proto
  3. fileSize (type: String.t, default: nil)
    - Media file size in bytes.
  4. overview (type: GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverview, default: nil)
    - This is a high-level description of the media. It does not contain PII.
  5. videoStream (type: list(GoogleApi.ContentWarehouse.V1.Model.VideoVideoStream), default: nil)
    - Each entry corresponds to one video stream (usually just one) in the original media file.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoMediaInfo{
audioStream: [GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream.t()] | nil,
containerId: integer() | nil,
fileSize: String.t() | nil,
overview: GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverview.t() | nil,
videoStream: [GoogleApi.ContentWarehouse.V1.Model.VideoVideoStream.t()] | nil
}

Function

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

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