Zend Gdata Youtube API,上传视频,更改播放列表

时间:2013-07-10 12:00:47

标签: api youtube gdata playlist

举个例子,我有这样的视频设置:

    $ytVideoEntry = new Zend_Gdata_YouTube_VideoEntry();
    $ytVideoEntry->setVideoTags ('tag1, tag2, tag3');
    $ytVideoEntry->setVideoTitle ('some title');
    $ytVideoEntry->setVideoDescription ('video description');
    $ytVideoEntry->setVideoCategory ('category_name');

但我找不到如何设置播放列表。

有人知道怎么做吗?

0 个答案:

没有答案