From e04100179d4f824053c5d3a3083b400eebcdb21a Mon Sep 17 00:00:00 2001 From: wusongqing Date: Thu, 17 Feb 2022 10:26:54 +0800 Subject: [PATCH] updated docs Signed-off-by: wusongqing --- en/readme/multimedia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/readme/multimedia.md b/en/readme/multimedia.md index 5c42b3425d8..8102568059b 100755 --- a/en/readme/multimedia.md +++ b/en/readme/multimedia.md @@ -18,7 +18,7 @@ This subsystem offers various media services covering audio, videos, and cameras - **Media**: provides playback and recording APIs for applications, and invokes the Gstreamer, Histreamer, or other engines through cross-process calling or direct calling. - For the mini system, the media component invokes Histreamer to support audio playback. - - For the small system, the media component invokes recorder_lite to support audio/video recording and invokes player_lite by default to support audio/video playback. If the system variable **debug.media_service.histreamer** is set to **1**, the component invokes Histreamer to support audio/video playback. For details, see [syspara Module](https://device.harmonyos.com/en/docs/documentation/guide/subsys-boot-syspara-0000001063362360) or [syspara_lite](https://gitee.com/openharmony/startup_syspara_lite). + - For the small system, the media component invokes recorder_lite to support audio/video recording and invokes player_lite by default to support audio/video playback. If the system variable **debug.media_service.histreamer** is set to **1**, the component invokes Histreamer to support audio/video playback. For details, see [syspara Module](https://gitee.com/openharmony/docs/blob/master/en/device-dev/subsystems/subsys-boot-syspara.md) or [syspara_lite](https://gitee.com/openharmony/startup_syspara_lite). - For the standard system, the media component invokes Gstreamer to support audio/video playback and recording. - **Audio**: supports audio input and output, policy management, and audio focus management. - **Camera**: provides camera operation APIs for preview, photographing, and video recording. -- Gitee