From c4de9a26da2a3cf53a490beff53887d39a26c03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=BF=97=E5=A8=81?= Date: Thu, 28 Aug 2025 09:34:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9media.d.ts=E9=9D=99=E6=80=81?= =?UTF-8?q?=E6=89=AB=E6=8F=8F=E5=91=8A=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙志威 --- api/@ohos.multimedia.media.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/@ohos.multimedia.media.d.ts b/api/@ohos.multimedia.media.d.ts index 1b0a15763a..75822f6af7 100755 --- a/api/@ohos.multimedia.media.d.ts +++ b/api/@ohos.multimedia.media.d.ts @@ -3376,7 +3376,7 @@ declare namespace media { /** * Unregister listens for media playbackRateDone event. * @param { 'playbackRateDone' } type - Type of the playback event to listen for. - * @param { OnPlaybackRateDone } callback - Callback used to listen for the playbackRateDone event. + * @param { OnPlaybackRateDone } [callback] - Callback used to listen for the playbackRateDone event. * @syscap SystemCapability.Multimedia.Media.AVPlayer * @atomicservice * @since 20 @@ -4035,7 +4035,7 @@ declare namespace media { * Unsubscribes from the event indicating that super resolution is enabled or disabled. * @param { 'superResolutionChanged' } type - Type of the super-resolution event to listen for. * The event is triggered when super resolution is enabled or disabled. - * @param { OnSuperResolutionChanged } callback - Callback used to listen for the super-resolution changed event. + * @param { OnSuperResolutionChanged } [callback] - Callback used to listen for the super-resolution changed event. * @syscap SystemCapability.Multimedia.Media.AVPlayer * @atomicservice * @since 18 -- Gitee