YoutubeMan class |
|
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
ChannelsListSearchItemsCountGet
ChannelsListSearchItemThumbnailGet
ChannelVideoListSearchItemsCountGet
ChannelVideoListSearchItemInfoGet
ChannelVideoListSearchItemThumbnailGet
VideoListSearchItemThumbnailGet
VideoSearchByIDDownloadStreamToFile
VideoSearchByIDDownloadStreamToPlayer
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