Package | Description |
---|---|
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
LiveBroadcastSnippet |
LiveBroadcastSnippet.clone() |
LiveBroadcastSnippet |
LiveBroadcast.getSnippet()
The snippet object contains basic details about the event, including its title, description,
start time, and end time.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.set(String fieldName,
Object value) |
LiveBroadcastSnippet |
LiveBroadcastSnippet.setActualEndTime(DateTime actualEndTime)
The date and time that the broadcast actually ended.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setActualStartTime(DateTime actualStartTime)
The date and time that the broadcast actually started.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setChannelId(String channelId)
The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setDescription(String description)
The broadcast's description.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setIsDefaultBroadcast(Boolean isDefaultBroadcast)
Indicates whether this broadcast is the default broadcast.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setLiveChatId(String liveChatId)
The id of the live chat for this broadcast.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setPublishedAt(DateTime publishedAt)
The date and time that the broadcast was added to YouTube's live broadcast schedule.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setScheduledEndTime(DateTime scheduledEndTime)
The date and time that the broadcast is scheduled to end.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setScheduledStartTime(DateTime scheduledStartTime)
The date and time that the broadcast is scheduled to start.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the broadcast.
|
LiveBroadcastSnippet |
LiveBroadcastSnippet.setTitle(String title)
The broadcast's title.
|
Modifier and Type | Method and Description |
---|---|
LiveBroadcast |
LiveBroadcast.setSnippet(LiveBroadcastSnippet snippet)
The snippet object contains basic details about the event, including its title, description,
start time, and end time.
|
Copyright © 2011–2021 Google. All rights reserved.