UtilLibVideoSaveVideoToDiskAsync(YouTubeVideo, String) Method
Asynchronously 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 SaveVideoToDiskAsync(
YouTubeVideo video,
string dirPath
)
Public Shared Sub SaveVideoToDiskAsync (
video As YouTubeVideo,
dirPath As String
)
Dim video As YouTubeVideo
Dim dirPath As String
UtilLibVideo.SaveVideoToDiskAsync(video,
dirPath)
public:
static void SaveVideoToDiskAsync(
YouTubeVideo^ video,
String^ dirPath
)
static member SaveVideoToDiskAsync :
video : YouTubeVideo *
dirPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- video YouTubeVideo
-
A YouTubeVideo object containing the video info.
- dirPath String
-
The directory path where to save the downloaded video.