google_api_you_tube v0.2.0 GoogleApi.YouTube.V3.Model.LiveStream View Source
A live stream describes a live ingestion point.
Attributes
- cdn (CdnSettings): 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. Defaults to:
null. - contentDetails (LiveStreamContentDetails): The content_details object contains information about the stream, including the closed captions ingestion URL. Defaults to:
null. - etag (String.t): Etag of this resource. Defaults to:
null. - id (String.t): The ID that YouTube assigns to uniquely identify the stream. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#liveStream". Defaults to:
null. - snippet (LiveStreamSnippet): The snippet object contains basic details about the stream, including its channel, title, and description. Defaults to:
null. - status (LiveStreamStatus): The status object contains information about live stream's status. 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 type
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.LiveStream{
cdn: GoogleApi.YouTube.V3.Model.CdnSettings.t(),
contentDetails: GoogleApi.YouTube.V3.Model.LiveStreamContentDetails.t(),
etag: any(),
id: any(),
kind: any(),
snippet: GoogleApi.YouTube.V3.Model.LiveStreamSnippet.t(),
status: GoogleApi.YouTube.V3.Model.LiveStreamStatus.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.