From b352fb952acfefe14d00f259621197991e3f6965 Mon Sep 17 00:00:00 2001 From: LamadridGuille <106815445+LamadridGuille@users.noreply.github.com> Date: Mon, 9 Oct 2023 17:58:43 +0200 Subject: [PATCH] Update hisplayer-api.md --- hisplayer-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hisplayer-api.md b/hisplayer-api.md index 917d131..714d9d5 100644 --- a/hisplayer-api.md +++ b/hisplayer-api.md @@ -99,9 +99,10 @@ Stop the video and, next time it's played, it will begin from start. Must be called for closing and releasing HISPlayer. * **Param1**: Stream index. -#### static void Seek(int streamIndex) // HISPlayer Seek +#### static void Seek(int streamIndex, int msec) // HISPlayer Seek This method seeks the playback position exactly to a specific time. * **Param1**: Stream index. + * **Param2**: Position to seek in miliseconds. #### static HISPlayerStatus GetPlayerStatus(int streamIndex) // HISPlayer Get Player Status Get the current player status.