LiveBroadcasts
class LiveBroadcasts extends Resource (View source)
The "liveBroadcasts" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$liveBroadcasts = $youtubeService->liveBroadcasts;
Methods
Bind a broadcast to a stream. (liveBroadcasts.bind)
Delete a given broadcast. (liveBroadcasts.delete)
Inserts a new stream for the authenticated user. (liveBroadcasts.insert)
Insert cuepoints in a broadcast (liveBroadcasts.insertCuepoint)
Retrieve the list of broadcasts associated with the given channel.
Transition a broadcast to a given status. (liveBroadcasts.transition)
Updates an existing broadcast for the authenticated user.
Details
LiveBroadcast
bind(string $id, string|array $part, array $optParams = [])
Bind a broadcast to a stream. (liveBroadcasts.bind)
delete(string $id, array $optParams = [])
Delete a given broadcast. (liveBroadcasts.delete)
LiveBroadcast
insert(string|array $part, LiveBroadcast $postBody, array $optParams = [])
Inserts a new stream for the authenticated user. (liveBroadcasts.insert)
Cuepoint
insertCuepoint(Cuepoint $postBody, array $optParams = [])
Insert cuepoints in a broadcast (liveBroadcasts.insertCuepoint)
LiveBroadcastListResponse
listLiveBroadcasts(string|array $part, array $optParams = [])
Retrieve the list of broadcasts associated with the given channel.
(liveBroadcasts.listLiveBroadcasts)
LiveBroadcast
transition(string $broadcastStatus, string $id, string|array $part, array $optParams = [])
Transition a broadcast to a given status. (liveBroadcasts.transition)
LiveBroadcast
update(string|array $part, LiveBroadcast $postBody, array $optParams = [])
Updates an existing broadcast for the authenticated user.
(liveBroadcasts.update)