Skip to content

Commit c164fd3

Browse files
authored
Merge pull request #12 from HISPlayer/release/4.14.2
Release/4.14.2
2 parents bfce719 + ac776f0 commit c164fd3

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

hisplayer-api.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
273274
Override this method to add custom logic when **HISPlayerEvent.HISPlayer_EVENT_END_OF_CONTENT** is triggered.
274275
This 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)
277282
Override this method to add custom logic when an error callback is triggered. Please, refer to the **HISPlayerError** list.
278283

releases.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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.

0 commit comments

Comments
 (0)