Youtube object |
|
The Youtube object, accessible through the control's Youtube property, is internally implemented as a COM interface called IYoutube and allows connecting to the Youtube platform in order to manage enumeration of channels and contained videos and to download available video/audio clips into the local system.
For details about management of Youtube connections refer to How to enumerate and download video/audio clips from Youtube tutorial.
The Youtube object is implemented through the following methods:
Methods
ChannelsListSearchItemsCountGet
ChannelsListSearchItemThumbnailGet
ChannelVideoListSearchItemsCountGet
ChannelVideoListSearchItemInfoGet
ChannelVideoListSearchItemThumbnailGet
VideoListSearchItemThumbnailGet
VideoSearchByIDDownloadStreamToFile
VideoSearchByIDDownloadStreamToPlayer
Samples of use of the Youtube object in Visual Basic 6 can be found inside the following samples installed with the product's setup package:
- YoutubePlayer
- YoutubeSearch