Builder to construct an Indexable for
a song or other music recording.
For reference, see: //schema.org/MusicRecording.
| MusicRecordingBuilder | |
| MusicRecordingBuilder |
setDuration(int durationInSeconds)
Sets the duration of the item in seconds.
|
| MusicRecordingBuilder | |
| MusicRecordingBuilder |
setInPlaylist(MusicPlaylistBuilder...
musicPlaylists)
Sets the playlist to which this recording belongs.
|
Sets the artist who performed this music recording.
| artist | The artist who performed the music recording. |
|---|
Sets the duration of the item in seconds.
| durationInSeconds | The duration of the item in seconds. |
|---|
Sets the album to which this recording belongs.
| musicAlbum | The album to which this recording belongs. |
|---|
Sets the playlist to which this recording belongs.
| musicPlaylists | The playlists to which this recording belongs. |
|---|