Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveStreams.Insert |
YouTube.LiveStreams.insert(java.lang.String part,
LiveStream content)
Creates a video stream.
|
YouTube.LiveStreams.Update |
YouTube.LiveStreams.update(java.lang.String part,
LiveStream content)
Updates a video stream.
|
Constructor and Description |
---|
YouTube.LiveStreams.Insert(java.lang.String part,
LiveStream content)
Creates a video stream.
|
YouTube.LiveStreams.Update(java.lang.String part,
LiveStream content)
Updates a video stream.
|
Modifier and Type | Method and Description |
---|---|
LiveStream |
LiveStream.clone() |
LiveStream |
LiveStream.set(java.lang.String fieldName,
java.lang.Object value) |
LiveStream |
LiveStream.setCdn(CdnSettings cdn)
The cdn object defines the live stream's content delivery network (CDN) settings.
|
LiveStream |
LiveStream.setContentDetails(LiveStreamContentDetails contentDetails)
The content_details object contains information about the stream, including the closed captions
ingestion URL.
|
LiveStream |
LiveStream.setEtag(java.lang.String etag)
Etag of this resource.
|
LiveStream |
LiveStream.setId(java.lang.String id)
The ID that YouTube assigns to uniquely identify the stream.
|
LiveStream |
LiveStream.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
LiveStream |
LiveStream.setSnippet(LiveStreamSnippet snippet)
The snippet object contains basic details about the stream, including its channel, title, and
description.
|
LiveStream |
LiveStream.setStatus(LiveStreamStatus status)
The status object contains information about live stream's status.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<LiveStream> |
LiveStreamListResponse.getItems()
A list of live streams that match the request criteria.
|
Modifier and Type | Method and Description |
---|---|
LiveStreamListResponse |
LiveStreamListResponse.setItems(java.util.List<LiveStream> items)
A list of live streams that match the request criteria.
|