public class YouTube.Youtube.V3.LiveBroadcasts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
YouTube.Youtube.V3.LiveBroadcasts.Cuepoint
The "cuepoint" collection of methods.
|
| Constructor and Description |
|---|
LiveBroadcasts() |
| Modifier and Type | Method and Description |
|---|---|
YouTube.Youtube.V3.LiveBroadcasts.Cuepoint |
cuepoint()
An accessor for creating requests from the Cuepoint collection.
|
public YouTube.Youtube.V3.LiveBroadcasts.Cuepoint cuepoint()
The typical use is:
YouTube youtube = new YouTube(...);YouTube.Cuepoint.List request = youtube.cuepoint().list(parameters ...)
Copyright © 2011–2022 Google. All rights reserved.