You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm running play_buffer.py in example. I found that after player.play() media_open_cb and media_read_cb functions were called to do custom data reading. When I do player.stop() media_close_cb is called. But I don't see the media_seek_cb function being called. I'm wanting to custom set_position function to do the rewind, but I tried using player.set_position(), player.set_time() can't call media_seek_cb. Can you show me when media_seek_cb is called? Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi, I'm running play_buffer.py in example. I found that after player.play() media_open_cb and media_read_cb functions were called to do custom data reading. When I do player.stop() media_close_cb is called. But I don't see the media_seek_cb function being called. I'm wanting to custom set_position function to do the rewind, but I tried using player.set_position(), player.set_time() can't call media_seek_cb. Can you show me when media_seek_cb is called? Thanks very much!
The text was updated successfully, but these errors were encountered: