◆ Downloader()
YoutubeLight.Downloader.Downloader |
( |
VideoInfo |
video, |
|
|
string |
savePath, |
|
|
int? |
bytesToDownload = null |
|
) |
| |
|
protected |
- Parameters
-
video | The video. |
savePath | The path to save the video if want |
///
- Parameters
-
bytesToDownload | An optional value to limit the number of bytes to download. |
- Exceptions
-
ArgumentNullException | video or savePath is null . |
◆ Execute()
abstract void YoutubeLight.Downloader.Execute |
( |
| ) |
|
|
pure virtual |
◆ OnDownloadFinished()
void YoutubeLight.Downloader.OnDownloadFinished |
( |
EventArgs |
e | ) |
|
|
protected |
◆ OnDownloadStarted()
void YoutubeLight.Downloader.OnDownloadStarted |
( |
EventArgs |
e | ) |
|
|
protected |
◆ BytesToDownload
int YoutubeLight.Downloader.BytesToDownload |
|
get |
◆ SavePath
string YoutubeLight.Downloader.SavePath |
|
get |
◆ Video
◆ DownloadFinished
EventHandler YoutubeLight.Downloader.DownloadFinished |
◆ DownloadStarted
EventHandler YoutubeLight.Downloader.DownloadStarted |
The documentation for this class was generated from the following file: