google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.VideoFileDetails View Source
Describes original video file properties, including technical details about audio and video streams, but also metadata information like content length, digitization time, or geotagging information.
Attributes
-
audioStreams
(type:list(GoogleApi.YouTube.V3.Model.VideoFileDetailsAudioStream.t)
, default:nil
) - A list of audio streams contained in the uploaded video file. Each item in the list contains detailed metadata about an audio stream. -
bitrateBps
(type:String.t
, default:nil
) - The uploaded video file's combined (video and audio) bitrate in bits per second. -
container
(type:String.t
, default:nil
) - The uploaded video file's container format. -
creationTime
(type:String.t
, default:nil
) - The date and time when the uploaded video file was created. The value is specified in <a href="http://www.w3.org/TR/NOTE-datetime">ISO 8601</a> format. Currently, the following ISO 8601 formats are supported: <ul> <li>Date only: <code>YYYY-MM-DD</code></li> <li>Naive time: <code>YYYY-MM-DDTHH:MM:SS</code></li> <li>Time with timezone: <code>YYYY-MM-DDTHH:MM:SS+HH:MM</code></li> </ul> -
durationMs
(type:String.t
, default:nil
) - The length of the uploaded video in milliseconds. -
fileName
(type:String.t
, default:nil
) - The uploaded file's name. This field is present whether a video file or another type of file was uploaded. -
fileSize
(type:String.t
, default:nil
) - The uploaded file's size in bytes. This field is present whether a video file or another type of file was uploaded. -
fileType
(type:String.t
, default:nil
) - The uploaded file's type as detected by YouTube's video processing engine. Currently, YouTube only processes video files, but this field is present whether a video file or another type of file was uploaded. -
videoStreams
(type:list(GoogleApi.YouTube.V3.Model.VideoFileDetailsVideoStream.t)
, default:nil
) - A list of video streams contained in the uploaded video file. Each item in the list contains detailed metadata about a video stream.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.VideoFileDetails{ audioStreams: [GoogleApi.YouTube.V3.Model.VideoFileDetailsAudioStream.t()], bitrateBps: String.t(), container: String.t(), creationTime: String.t(), durationMs: String.t(), fileName: String.t(), fileSize: String.t(), fileType: String.t(), videoStreams: [GoogleApi.YouTube.V3.Model.VideoFileDetailsVideoStream.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.