UtilLibVideoGetVideos Method
Gets a YouTubeVideo array containing the info of the downloadable videos of the specified Youtube video Url.
Namespace: DevCase.ThirdParty.LibVideoAssembly: DevCase.net48.ThirdParty.LibVideo (in DevCase.net48.ThirdParty.LibVideo.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static YouTubeVideo[] GetVideos(
string url
)
Public Shared Function GetVideos (
url As String
) As YouTubeVideo()
Dim url As String
Dim returnValue As YouTubeVideo()
returnValue = UtilLibVideo.GetVideos(url)
public:
static array<YouTubeVideo^>^ GetVideos(
String^ url
)
static member GetVideos :
url : string -> YouTubeVideo[]
No code example is currently available or this language may not be supported.
- url String
-
The Youtube video Url.
YouTubeVideo
A
YouTubeVideo array containing the info of the downloadable videos of the specified Youtube video Url.