Youtube.VideoListSearchItemInfoGet method |
|
Remarks
Obtains a specific information related to one of the videos found through a previous search performed through the Youtube.VideoListSearch method.
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] control.Youtube.VideoListSearchItemInfoGet ( nIndexItem as Integer, nInfo as enumYoutubeVideosSearchInfo ) as String |
[C++] BSTR control.Youtube.VideoListSearchItemInfoGet ( short nIndexItem, short nInfo ); |
Parameter |
Description |
|||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||
nIndexItem |
Zero-based index of the item to query. The maximum number of available items can be obtained through the Youtube.VideoListSearchItemsCountGet method. |
|||||||||||||||||||||||||||||||||
nInfo |
Type of information that needs to be retrieved. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
The information is not available or an error occurred (see the LastError property for further error details) |
Valid string |
String containing the requested information |