Copyright © 2005-2023 MultiMedia Soft

YoutubeMan class

Previous pageReturn to chapter overviewNext page

The YoutubeMan class, accessible through the control's Youtube property 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 C#.NET and Visual Basic.NET can be found inside the following samples installed with the product's setup package:

- YoutubePlayer

- YoutubeSearch