google_api_you_tube v0.23.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
Specs
t() :: %GoogleApi.YouTube.V3.Model.LiveStream{
cdn: GoogleApi.YouTube.V3.Model.CdnSettings.t(),
contentDetails: GoogleApi.YouTube.V3.Model.LiveStreamContentDetails.t(),
etag: String.t(),
id: String.t(),
kind: String.t(),
snippet: GoogleApi.YouTube.V3.Model.LiveStreamSnippet.t(),
status: GoogleApi.YouTube.V3.Model.LiveStreamStatus.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.