Skip to content

Commit 25465cd

Browse files
Update hls-downloader.md
1 parent 63e0966 commit 25465cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hls-downloader.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public class HISPlayeriOSDownloaderSample : HISPlayerManager
9494
* **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:
9595
* **HISPLAYER_EVENT_DOWNLOAD_COMPLETED**
9696
* **HISPLAYER_EVENT_DOWNLOAD_PROGRESS**
97+
9798
#### protected virtual void EventOnDownloadCompleted(HISPlayerEventInfo eventInfo)
9899
Override this method to add custom logic when **HISPlayerEvent.HISPLAYER_EVENT_DOWNLOAD_COMPLETED** is triggered.
99100
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)