Exemple #1
0
 public void StopDownloadAsync()
 {
     if (_fileHandle > -1)
     {
         OfficalAPI.NET_DVR_StopGetFile(_fileHandle);
     }
 }