google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.LiveStream View Source

A live stream describes a live ingestion point.

Attributes

  • cdn (type: GoogleApi.YouTube.V3.Model.CdnSettings.t, default: nil) - The <code>cdn</code> object defines the live stream's content delivery network (CDN) settings. These settings provide details about the manner in which you stream your content to YouTube.
  • contentDetails (type: GoogleApi.YouTube.V3.Model.LiveStreamContentDetails.t, default: nil) - The <code>content_details</code> object contains information about the stream, including the closed captions ingestion URL.
  • etag (type: String.t, default: nil) - Etag of this resource.
  • id (type: String.t, default: nil) - The ID that YouTube assigns to uniquely identify the stream.
  • kind (type: String.t, default: youtube#liveStream) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#liveStream"</code>.
  • snippet (type: GoogleApi.YouTube.V3.Model.LiveStreamSnippet.t, default: nil) - The <code>snippet</code> object contains basic details about the stream, including its channel, title, and description.
  • status (type: GoogleApi.YouTube.V3.Model.LiveStreamStatus.t, default: nil) - The <code>status</code> object contains information about live stream's status.

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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.