playlist property

List<String> playlist
final

This parameter specifies a list of video IDs to play.

If you specify a value, the first video that plays will be the YoutubePlayerController.initialVideoId, and the videos specified in the playlist parameter will play thereafter.

Implementation

final List<String> playlist;