Skip to content

Commit 6b13939

Browse files
authored
Update hisplayer-api.md
1 parent c164fd3 commit 6b13939

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hisplayer-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
266266
Override this method to add custom logic when **HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_AUTO_TRANSITION** is triggered.
267267
This 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.
274274
Override this method to add custom logic when **HISPlayerEvent.HISPlayer_EVENT_END_OF_CONTENT** is triggered.
275275
This 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)
278278
Override this method to add custom logic when **HISPlayerEvent.HISPlayerEvent.HISPLAYER_EVENT_NETWORK_CONNECTED** is triggered.
279279
This event occurs whenever the network has been reconnected.
280280

0 commit comments

Comments
 (0)