YoutubeSearchDone event |
|
Remarks
Occurs at the end of a search of videos or channels listed on Youtube, started through one between the following methods:
- Youtube.ChannelVideoListSearch
For details about management of Youtube connections refer to How to enumerate and download video/audio clips from Youtube tutorial.
For further details about methods related to Youtube searches refer to the Youtube object section.
Syntax
[Visual Basic] YoutubeSearchDone ( ByVal nSearchType as enumYoutubeSearches, ByVal nParam as Integer, ByVal nResult as enumErrorCodes ) |
[C++] void YoutubeSearchDone ( short nSearchType,, short nParam, short nResult ); |
Parameter |
Description |
|||||||||||||||
|
|
|||||||||||||||
nSearchType |
Type of search performed. Supported values are the following:
|
|||||||||||||||
nParam |
Reserved for future uses |
|||||||||||||||
nResult |
The result of the operation. See the LastError property for details about the returned result code. |