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