View Source GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoTimedTextStream (google_api_content_warehouse v0.2.0)
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
-
codecId(type:String.t, default:nil) - Codec information. -
metadata(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoClipInfo.t), 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.