Skip to content

Commit b439a0a

Browse files
authored
Update hisplayer-api.md
1 parent 1f26adf commit b439a0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hisplayer-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ This event occurs whenever a caption's text has been generated.
320320
</tr>
321321
</table>
322322

323-
#### protected virtual void EventAutoTransition(HISPlayerCaptionElement subtitlesInfo)
323+
#### protected virtual void EventAutoTransition(HISPlayerEventInfo eventInfo)
324324
Override this method to add custom logic when **HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_AUTO_TRANSITION** is triggered.
325325
This event occurs when the playback has changed to the next video in the playlist automatically.
326326

@@ -332,11 +332,11 @@ This event occurs whenever an internal playback is buffering.
332332
Override this method to add custom logic when **HISPlayerEvent.HISPlayer_EVENT_END_OF_CONTENT** is triggered.
333333
This event occurs whenever an internal playback reaches the end of the video content.
334334

335-
#### protected virtual void EventNetworkConnected(HISPlayerEventInfo subtitlesInfo)
335+
#### protected virtual void EventNetworkConnected(HISPlayerEventInfo eventInfo)
336336
Override this method to add custom logic when **HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_NETWORK_CONNECTED** is triggered.
337337
This event occurs whenever the network has been reconnected.
338338

339-
#### protected virtual void EventTimelineUpdated(HISPlayerEventInfo subtitlesInfo)
339+
#### protected virtual void EventTimelineUpdated(HISPlayerEventInfo eventInfo)
340340
Override this method to add custom logic when **HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_TIMELINE_UPDATED** is triggered.
341341
This event occurs whenever the timeline of the current video has been updated. In the case of live content this may happen every certain time during the playback. This may change the current video position value from GetVideoPosition().
342342

0 commit comments

Comments
 (0)