Liking cljdoc? Tell your friends :D

happygapi.youtube.liveStreams

YouTube Data API: liveStreams. Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more. See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams

YouTube Data API: liveStreams.
Supports core YouTube features, such as uploading videos, creating and managing playlists, searching for content, and much more.
See: https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams
raw docstring

delete$clj

(delete$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/delete

Required parameters: id

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Deletes a video stream.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/delete

Required parameters: id

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Deletes a video stream.
sourceraw docstring

insert$clj

(insert$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/insert

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:cdn {:format string, :frameRate string, :ingestionInfo IngestionInfo, :ingestionType string, :resolution string}, :contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :etag string, :id string, :kind string, :snippet {:channelId string, :description string, :isDefaultStream boolean, :publishedAt string, :title string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}

Creates a video stream. The stream enables you to send your video to YouTube, which can then broadcast the video to your audience.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/insert

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:cdn {:format string,
       :frameRate string,
       :ingestionInfo IngestionInfo,
       :ingestionType string,
       :resolution string},
 :contentDetails {:closedCaptionsIngestionUrl string,
                  :isReusable boolean},
 :etag string,
 :id string,
 :kind string,
 :snippet {:channelId string,
           :description string,
           :isDefaultStream boolean,
           :publishedAt string,
           :title string},
 :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}

Creates a video stream. The stream enables you to send your video to YouTube, which can then broadcast the video to your audience.
sourceraw docstring

list$clj

(list$ auth parameters)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/list

Required parameters: part

Optional parameters: id, maxResults, mine, onBehalfOfContentOwner, onBehalfOfContentOwnerChannel, pageToken

Returns a list of video streams that match the API request parameters.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/list

Required parameters: part

Optional parameters: id, maxResults, mine, onBehalfOfContentOwner, onBehalfOfContentOwnerChannel, pageToken

Returns a list of video streams that match the API request parameters.
sourceraw docstring

update$clj

(update$ auth parameters body)

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/update

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body:

{:cdn {:format string, :frameRate string, :ingestionInfo IngestionInfo, :ingestionType string, :resolution string}, :contentDetails {:closedCaptionsIngestionUrl string, :isReusable boolean}, :etag string, :id string, :kind string, :snippet {:channelId string, :description string, :isDefaultStream boolean, :publishedAt string, :title string}, :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}

Updates a video stream. If the properties that you want to change cannot be updated, then you need to create a new stream with the proper settings.

https://developers.google.com/youtube/v3api/reference/rest/v3/liveStreams/update

Required parameters: part

Optional parameters: onBehalfOfContentOwner, onBehalfOfContentOwnerChannel

Body: 

{:cdn {:format string,
       :frameRate string,
       :ingestionInfo IngestionInfo,
       :ingestionType string,
       :resolution string},
 :contentDetails {:closedCaptionsIngestionUrl string,
                  :isReusable boolean},
 :etag string,
 :id string,
 :kind string,
 :snippet {:channelId string,
           :description string,
           :isDefaultStream boolean,
           :publishedAt string,
           :title string},
 :status {:healthStatus LiveStreamHealthStatus, :streamStatus string}}

Updates a video stream. If the properties that you want to change cannot be updated, then you need to create a new stream with the proper settings.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close