File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ The following public APIs are provided by **HISPlayerManager**
5454 * ** HISPLAYER_EVENT_AUTO_TRANSITION**
5555 * ** HISPLAYER_EVENT_PLAYBACK_BUFFERING**
5656 * ** HISPLAYER_EVENT_END_OF_CONTENT**
57+ * ** HISPLAYER_EVENT_NETWORK_CONNECTED**
5758
5859* ** public enum HISPlayerError** : The list of errors provided by HISPlayer SDK. The errors can be used with the virtual functions in the next section:
5960 * ** HISPLAYER_ERROR_LICENSE_EXPIRED** (no function on this)
@@ -273,6 +274,10 @@ This event occurs whenever an internal playback is buffering.
273274Override this method to add custom logic when ** HISPlayerEvent.HISPlayer_EVENT_END_OF_CONTENT** is triggered.
274275This event occurs whenever an internal playlist reaches the end of the list.
275276
277+ #### protected virtual void EventNetworkConnected(HISPlayerEventInfo subtitlesInfo)
278+ Override this method to add custom logic when ** HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_NETWORK_CONNECTED** is triggered.
279+ This event occurs whenever the network has been reconnected.
280+
276281#### protected virtual void ErrorInfo(HISPlayerErrorInfo errorInfo)
277282Override this method to add custom logic when an error callback is triggered. Please, refer to the ** HISPlayerError** list.
278283
Original file line number Diff line number Diff line change 11# HISPlayer Unity iOS SDK Release Notes
22
3+ ### Version 4.14.2
4+ ##### December 30, 2025
5+ - [ ** Added** ] EventNetworkConnected, ErrorNetworkFailed and auto network reconnection during video playback.
6+
37### Version 4.14.1
48##### December 23, 2025
59- [ ** Improvement** ] Updated eventType of EventPlaybackSeekEnd to output HISPLAYER_EVENT_PLAYBACK_SEEK_END.
610
711### Version 4.14.0
812##### December 18, 2025
9- - [ ** Improvement** ] Improve compatibility with App Store submission related to symbol name collisions with Apple system libraries.
13+ - [ ** Improvement** ] Improved compatibility with App Store submission related to symbol name collisions with Apple system libraries.
1014- [ ** Improvement** ] Improved volume change event handling to ensure HISPLAYER_EVENT_VOLUME_CHANGE is triggered consistently across all platforms.
1115- [ ** Improvement** ] Updated GetProgramDateTimeEpoch to return the exact Epoch time of the current frame.
1216- [ ** Improvement** ] Improved seek event handling to ensure HISPLAYER_EVENT_PLAYBACK_SEEK_END is consistently triggered across all platforms.
You can’t perform that action at this time.
0 commit comments