GoogleApi.YouTube.V3.Model.LiveStream (google_api_you_tube v0.54.0)
View SourceA live stream describes a live ingestion point.
Attributes
-
cdn
(type:GoogleApi.YouTube.V3.Model.CdnSettings.t
, default:nil
) - The cdn 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 content_details 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 "youtube#liveStream". -
snippet
(type:GoogleApi.YouTube.V3.Model.LiveStreamSnippet.t
, default:nil
) - The snippet object contains basic details about the stream, including its channel, title, and description. -
status
(type:GoogleApi.YouTube.V3.Model.LiveStreamStatus.t
, default:nil
) - The status object contains information about live stream's status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.LiveStream{ cdn: GoogleApi.YouTube.V3.Model.CdnSettings.t() | nil, contentDetails: GoogleApi.YouTube.V3.Model.LiveStreamContentDetails.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.LiveStreamSnippet.t() | nil, status: GoogleApi.YouTube.V3.Model.LiveStreamStatus.t() | nil }