Youtube.VideoSearchByIDThumbnailGet method |
|
Remarks
Downloads and locally stores one of the thumbnail images of the video found through a previous search performed through the Youtube.VideoSearchByID 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.VideoSearchByIDThumbnailGet ( nThumbSize as enumYoutubeVideoSearchByIdInfo ) as String |
[C++] BSTR control.Youtube.VideoSearchByIDThumbnailGet ( short nThumbSize ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nThumbSize |
Size of the thumbnail image. 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 local pathname of the image file |