Skip to content

Commit 713ff62

Browse files
Update hls-downloader.md
1 parent 662ef71 commit 713ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-downloader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ public class HISPlayeriOSDownloaderSample : HISPlayerManager
9090
# Related API
9191

9292
### Event and Virtual Options
93-
9493
* **public enum HISPlayerEvent**: The list of events provided by HISPlayer SDK for using HLS Downloader functionalities. The events can be used with the virtual functions in the next section:
9594
* **HISPLAYER_EVENT_DOWNLOAD_COMPLETED**
9695
* **HISPLAYER_EVENT_DOWNLOAD_PROGRESS**
96+
9797
#### protected virtual void EventOnDownloadCompleted(HISPlayerEventInfo eventInfo)
9898
Override this method to add custom logic when **HISPlayerEvent.HISPLAYER_EVENT_DOWNLOAD_COMPLETED** is triggered.
9999
This event occurs whenever a stream that was being downloaded has ended the download process, and it's ready to be played.

0 commit comments

Comments
 (0)