| Package | Description |
|---|---|
| com.google.api.services.youtube.model |
| Modifier and Type | Method and Description |
|---|---|
VideoPlayer |
VideoPlayer.clone() |
VideoPlayer |
Video.getPlayer()
The player object contains information that you would use to play the video in an embedded
player.
|
VideoPlayer |
VideoPlayer.set(java.lang.String fieldName,
java.lang.Object value) |
VideoPlayer |
VideoPlayer.setEmbedHtml(java.lang.String embedHtml)
An tag that embeds a player that will play the video.
|
| Modifier and Type | Method and Description |
|---|---|
Video |
Video.setPlayer(VideoPlayer player)
The player object contains information that you would use to play the video in an embedded
player.
|