File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ This event occurs whenever a caption's text has been generated.
262262 </tr >
263263</table >
264264
265- #### protected virtual void EventAutoTransition(HISPlayerCaptionElement subtitlesInfo )
265+ #### protected virtual void EventAutoTransition(HISPlayerEventInfo eventInfo )
266266Override this method to add custom logic when ** HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_AUTO_TRANSITION** is triggered.
267267This event occurs when the playback has changed to the next video in the playlist automatically.
268268
@@ -274,7 +274,7 @@ This event occurs whenever an internal playback is buffering.
274274Override this method to add custom logic when ** HISPlayerEvent.HISPlayer_EVENT_END_OF_CONTENT** is triggered.
275275This event occurs whenever an internal playlist reaches the end of the list.
276276
277- #### protected virtual void EventNetworkConnected(HISPlayerEventInfo subtitlesInfo )
277+ #### protected virtual void EventNetworkConnected(HISPlayerEventInfo eventInfo )
278278Override this method to add custom logic when ** HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_NETWORK_CONNECTED** is triggered.
279279This event occurs whenever the network has been reconnected.
280280
You can’t perform that action at this time.
0 commit comments