From 83dff26c28144591749ed874ed72e74870da8f83 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 19 Jun 2025 13:40:56 +0000 Subject: [PATCH] update api/@ohos.multimedia.media.d.ts. Signed-off-by: Steven --- api/@ohos.multimedia.media.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/@ohos.multimedia.media.d.ts b/api/@ohos.multimedia.media.d.ts index 239f644081..cc3cd1e0e3 100755 --- a/api/@ohos.multimedia.media.d.ts +++ b/api/@ohos.multimedia.media.d.ts @@ -8678,6 +8678,14 @@ declare namespace media { * @since 18 */ enableStableQualityMode?: boolean + + /** + * Indicates whether enable B Frame. Default is disabled. + * @type { ?boolean } + * @syscap SystemCapability.Multimedia.Media.AVRecorder + * @since 20 + */ + enableBFrame?: boolean } /** -- Gitee