Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveBroadcasts.Insert |
YouTube.LiveBroadcasts.insert(List<String> part,
LiveBroadcast content)
Inserts a new stream for the authenticated user.
|
YouTube.LiveBroadcasts.Update |
YouTube.LiveBroadcasts.update(List<String> part,
LiveBroadcast content)
Updates an existing broadcast for the authenticated user.
|
Constructor and Description |
---|
Insert(List<String> part,
LiveBroadcast content)
Inserts a new stream for the authenticated user.
|
Update(List<String> part,
LiveBroadcast content)
Updates an existing broadcast for the authenticated user.
|
Modifier and Type | Method and Description |
---|---|
LiveBroadcast |
LiveBroadcast.clone() |
LiveBroadcast |
LiveBroadcast.set(String fieldName,
Object value) |
LiveBroadcast |
LiveBroadcast.setContentDetails(LiveBroadcastContentDetails contentDetails)
The contentDetails object contains information about the event's video content, such as whether
the content can be shown in an embedded video player or if it will be archived and therefore
available for viewing after the event has concluded.
|
LiveBroadcast |
LiveBroadcast.setEtag(String etag)
Etag of this resource.
|
LiveBroadcast |
LiveBroadcast.setId(String id)
The ID that YouTube assigns to uniquely identify the broadcast.
|
LiveBroadcast |
LiveBroadcast.setKind(String kind)
Identifies what kind of resource this is.
|
LiveBroadcast |
LiveBroadcast.setSnippet(LiveBroadcastSnippet snippet)
The snippet object contains basic details about the event, including its title, description,
start time, and end time.
|
LiveBroadcast |
LiveBroadcast.setStatistics(LiveBroadcastStatistics statistics)
The statistics object contains info about the event's current stats.
|
LiveBroadcast |
LiveBroadcast.setStatus(LiveBroadcastStatus status)
The status object contains information about the event's status.
|
Modifier and Type | Method and Description |
---|---|
List<LiveBroadcast> |
LiveBroadcastListResponse.getItems()
A list of broadcasts that match the request criteria.
|
Modifier and Type | Method and Description |
---|---|
LiveBroadcastListResponse |
LiveBroadcastListResponse.setItems(List<LiveBroadcast> items)
A list of broadcasts that match the request criteria.
|
Copyright © 2011–2021 Google. All rights reserved.