Package | Description |
---|---|
com.google.api.services.youtube | |
com.google.api.services.youtube.model |
Modifier and Type | Method and Description |
---|---|
YouTube.LiveBroadcasts.InsertCuepoint |
YouTube.LiveBroadcasts.insertCuepoint(Cuepoint content)
Insert cuepoints in a broadcast
Create a request for the method "liveBroadcasts.insertCuepoint".
|
Constructor and Description |
---|
InsertCuepoint(Cuepoint content)
Insert cuepoints in a broadcast
Create a request for the method "liveBroadcasts.insertCuepoint".
|
Modifier and Type | Method and Description |
---|---|
Cuepoint |
Cuepoint.clone() |
Cuepoint |
Cuepoint.set(String fieldName,
Object value) |
Cuepoint |
Cuepoint.setCueType(String cueType) |
Cuepoint |
Cuepoint.setDurationSecs(Long durationSecs)
The duration of this cuepoint.
|
Cuepoint |
Cuepoint.setEtag(String etag) |
Cuepoint |
Cuepoint.setId(String id)
The identifier for cuepoint resource.
|
Cuepoint |
Cuepoint.setInsertionOffsetTimeMs(Long insertionOffsetTimeMs)
The time when the cuepoint should be inserted by offset to the broadcast actual start time.
|
Cuepoint |
Cuepoint.setWalltimeMs(BigInteger walltimeMs)
The wall clock time at which the cuepoint should be inserted.
|
Copyright © 2011–2025 Google. All rights reserved.