google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.Video View Source

A video resource represents a YouTube video.

Attributes

  • ageGating (VideoAgeGating): Age restriction details related to a video. This data can only be retrieved by the video owner. Defaults to: null.
  • contentDetails (VideoContentDetails): The contentDetails object contains information about the video content, including the length of the video and its aspect ratio. Defaults to: null.
  • etag (String.t): Etag of this resource. Defaults to: null.
  • fileDetails (VideoFileDetails): The fileDetails object encapsulates information about the video file that was uploaded to YouTube, including the file's resolution, duration, audio and video codecs, stream bitrates, and more. This data can only be retrieved by the video owner. Defaults to: null.
  • id (String.t): The ID that YouTube uses to uniquely identify the video. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#video". Defaults to: null.
  • liveStreamingDetails (VideoLiveStreamingDetails): The liveStreamingDetails object contains metadata about a live video broadcast. The object will only be present in a video resource if the video is an upcoming, live, or completed live broadcast. Defaults to: null.
  • localizations (%{optional(String.t) => VideoLocalization}): List with all localizations. Defaults to: null.
  • monetizationDetails (VideoMonetizationDetails): The monetizationDetails object encapsulates information about the monetization status of the video. Defaults to: null.
  • player (VideoPlayer): The player object contains information that you would use to play the video in an embedded player. Defaults to: null.
  • processingDetails (VideoProcessingDetails): The processingDetails object encapsulates information about YouTube's progress in processing the uploaded video file. The properties in the object identify the current processing status and an estimate of the time remaining until YouTube finishes processing the video. This part also indicates whether different types of data or content, such as file details or thumbnail images, are available for the video. The processingProgress object is designed to be polled so that the video uploaded can track the progress that YouTube has made in processing the uploaded video file. This data can only be retrieved by the video owner. Defaults to: null.
  • projectDetails (VideoProjectDetails): The projectDetails object contains information about the project specific video metadata. Defaults to: null.
  • recordingDetails (VideoRecordingDetails): The recordingDetails object encapsulates information about the location, date and address where the video was recorded. Defaults to: null.
  • snippet (VideoSnippet): The snippet object contains basic details about the video, such as its title, description, and category. Defaults to: null.
  • statistics (VideoStatistics): The statistics object contains statistics about the video. Defaults to: null.
  • status (VideoStatus): The status object contains information about the video's uploading, processing, and privacy statuses. Defaults to: null.
  • suggestions (VideoSuggestions): The suggestions object encapsulates suggestions that identify opportunities to improve the video quality or the metadata for the uploaded video. This data can only be retrieved by the video owner. Defaults to: null.
  • topicDetails (VideoTopicDetails): The topicDetails object encapsulates information about Freebase topics associated with the video. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.