UtilLibVideoGetVideos Method

Gets a YouTubeVideo array containing the info of the downloadable videos of the specified Youtube video Url.

Definition

Namespace: DevCase.ThirdParty.LibVideo
Assembly: 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
)

Parameters

url  String
The Youtube video Url.

Return Value

YouTubeVideo
A YouTubeVideo array containing the info of the downloadable videos of the specified Youtube video Url.

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

VideoLibrary by Bar Arnon,OMANSAK

See Also