From 3d762729fff4e960a31c8eec28374eef6efc02be Mon Sep 17 00:00:00 2001 From: fulizhong Date: Mon, 28 Nov 2022 17:07:24 +0800 Subject: [PATCH] modify files Signed-off-by: FULIZHONG Signed-off-by: fulizhong --- api/@ohos.multimedia.media.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@ohos.multimedia.media.d.ts b/api/@ohos.multimedia.media.d.ts index 00c4ce706e..cc78c15d13 100644 --- a/api/@ohos.multimedia.media.d.ts +++ b/api/@ohos.multimedia.media.d.ts @@ -1010,7 +1010,7 @@ declare namespace media { */ reset(): Promise; /** - * Jumps to the specified playback position by default SeekMode(SEEK_CLOSEST), + * Jumps to the specified playback position by default SeekMode(SEEK_PREV_SYNC), * the performance may be not the best. * @since 8 * @syscap SystemCapability.Multimedia.Media.VideoPlayer -- Gitee