GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream
Table of Contents ▼
Jump to a specific part of the page:
Description
Timed text streams refer to the streams that are separated from audio and video streams. Closed caption streams embedded in video streams (e.g. MPEG-2 - Line 21) do not belong here.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
codecId
(type:String.t
, default:nil
)
- Codec information. -
metadata
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo)
, default:nil
)
- Metadata for the stream. -
streamCodecTag
(type:String.t
, default:nil
)
- -
streamIndex
(type:String.t
, default:nil
)
- Index of the stream in the file. it is 0 based.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream{
codecId: String.t() | nil,
metadata: [GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t()] | nil,
streamCodecTag: String.t() | nil,
streamIndex: String.t() | nil
}
codecId: String.t() | nil,
metadata: [GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t()] | nil,
streamCodecTag: String.t() | nil,
streamIndex: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream