diff --git a/api/@ohos.multimedia.media.d.ts b/api/@ohos.multimedia.media.d.ts index 6cb68390e426bc74590544ed941c57a0e87675e0..5414de69446c699b2375ae29da00a52822df59aa 100755 --- a/api/@ohos.multimedia.media.d.ts +++ b/api/@ohos.multimedia.media.d.ts @@ -4527,6 +4527,17 @@ declare namespace media { * @since 18 */ thresholdForAutoQuickPlay?: number + + /** + * Indicates whether to keep the decoder working when closing the media, + * which is used to facilitate quick opening of the media. Currently only supports video + * @type { ?boolean } The default value is false, which means that the corresponding decoder + * will be stopped when the media is closed to reduce power consumption. + * @syscap SystemCapability.Multimedia.Media.Core + * @atomicservice + * @since 20 + */ + keepDecodingOnMute?: boolean; } /**