Voting helps other researchers find interesting modules.
Feel free to ignore this lint warning if only the trivia (e.g., comments) is is changed. LINT.IfChange
audioStream
list(GoogleApi.ContentWarehouse.V1.Model.VideoAudioStream.t)
nil
containerId
integer()
fileSize
String.t
overview
GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverview.t
videoStream
list(GoogleApi.ContentWarehouse.V1.Model.VideoVideoStream.t)
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()