UtilLibVideoSaveVideoToDiskAsync(YouTubeVideo, String) Method

Asynchronously downloads a Youtube video to disk.

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 void SaveVideoToDiskAsync(
	YouTubeVideo video,
	string dirPath
)

Parameters

video  YouTubeVideo
A YouTubeVideo object containing the video info.
dirPath  String
The directory path where to save the downloaded video.

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