Youtube.VideoSearchByIDStreamInfoGet method |
|
Remarks
Obtains a specific information related to the given video stream of the specified type, belonging to a video found through the latest search performed by 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 YoutubeMan class.
Syntax
[Visual Basic] Public Function VideoSearchByIDStreamInfoGet ( nType as enumYoutubeStreamType, nIndex as Int32, nInfo as enumYoutubeStreamInfo ) as String |
[C#] public string VideoSearchByIDStreamInfoGet ( enumYoutubeStreamType nType, int nIndex, enumYoutubeStreamInfo nInfo ); |
[C++] public: string VideoSearchByIDStreamInfoGet ( enumYoutubeStreamType nType, int nIndex, enumYoutubeStreamInfo nInfo ); |
Parameter |
Description |
|||||||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||||||||||||||||||||||
nType |
Type of stream. Supported values are the following:
|
|||||||||||||||||||||||||||||||||||||||||||||
nIndex |
Zero-based index of the stream. The maximum number of available streams can be obtained through the Youtube.VideoSearchByIDStreamCountGet 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 |