UtilLibVideoSaveVideoToDisk(String, String) Method
Downloads a Youtube video to disk.
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 void SaveVideoToDisk(
string url,
string dirPath
)
Public Shared Sub SaveVideoToDisk (
url As String,
dirPath As String
)
Dim url As String
Dim dirPath As String
UtilLibVideo.SaveVideoToDisk(url, dirPath)
public:
static void SaveVideoToDisk(
String^ url,
String^ dirPath
)
static member SaveVideoToDisk :
url : string *
dirPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- url String
-
The Youtube video Url.
- dirPath String
-
The directory path where to save the downloaded video.