例如,我有这样的视频设置:
$ytVideoEntry = new Zend_Gdata_YouTube_VideoEntry();
$ytVideoEntry->setVideoTags ('tag1, tag2, tag3');
$ytVideoEntry->setVideoTitle ('some title');
$ytVideoEntry->setVideoDescription ('video description');
$ytVideoEntry->setVideoCategory ('category_name');
但我找不到如何设置播放列表。
有人知道怎么做吗?