Copyright © 2001-2023 MultiMedia Soft

Youtube object

Previous pageReturn to chapter overviewNext page

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

 

ChannelsListSearch

ChannelsListSearchItemsCountGet

ChannelsListSearchItemInfoGet

ChannelsListSearchItemThumbnailGet

ChannelVideoListSearch

ChannelVideoListSearchItemsCountGet

ChannelVideoListSearchItemInfoGet

ChannelVideoListSearchItemThumbnailGet

VideoListSearch

VideoListSearchItemsCountGet

VideoListSearchItemInfoGet

VideoListSearchItemThumbnailGet

VideoSearchByID

VideoSearchByIDDownloadStreamToFile

VideoSearchByIDDownloadStreamToPlayer

VideoSearchByIDDownloadStop

VideoSearchByIDInfoGet

VideoSearchByIDThumbnailGet

VideoSearchByIDStreamCountGet

VideoSearchByIDStreamInfoGet

 

 

 

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