未验证 提交 0b393519 编写于 作者: O openharmony_ci 提交者: Gitee

!18573 Histreamer部件名整改(docs仓)

Merge pull request !18573 from kaaryachen/master
......@@ -1229,10 +1229,10 @@ To adapt the multimedia subsystem, you need to add the `histreamer` component in
{
"component": "histreamer",
"features": [
"multimedia_histreamer_enable_plugin_hdi_adapter = true",
"multimedia_histreamer_enable_plugin_minimp3_adapter = true",
"multimedia_histreamer_enable_plugin_ffmpeg_adapter = false",
"config_ohos_multimedia_histreamer_stack_size = 65536"
"histreamer_enable_plugin_hdi_adapter = true",
"histreamer_enable_plugin_minimp3_adapter = true",
"histreamer_enable_plugin_ffmpeg_adapter = false",
"config_ohos_histreamer_stack_size = 65536"
]
}
]
......@@ -1241,12 +1241,12 @@ To adapt the multimedia subsystem, you need to add the `histreamer` component in
The configuration items of the `histreamer` component are described as follows:
| Item | Description |
| --------------------------------------------------- | ------------------------------- |
| multimedia_histreamer_enable_plugin_hdi_adapter | Whether to enable histreamer to connect to the HDMI interface.|
| multimedia_histreamer_enable_plugin_minimp3_adapter | Whether to enable the plug-in to adapt to miniMP3. |
| multimedia_histreamer_enable_plugin_ffmpeg_adapter | Whether to enable the plug-in to adapt to FFmpeg. |
| config_ohos_multimedia_histreamer_stack_size | Size of the histreamer stack. |
| Item | Description |
| ---------------------------------------- | ------------------------------------------------------------- |
| histreamer_enable_plugin_hdi_adapter | Whether to enable histreamer to connect to the HDMI interface.|
| histreamer_enable_plugin_minimp3_adapter | Whether to enable the plug-in to adapt to miniMP3. |
| histreamer_enable_plugin_ffmpeg_adapter | Whether to enable the plug-in to adapt to FFmpeg. |
| config_ohos_histreamer_stack_size | Size of the histreamer stack. |
#### utils Subsystem Adaptation
......
......@@ -1230,10 +1230,10 @@ HiviewRegisterHilogProc(HilogProc_Impl);
{
"component": "histreamer",
"features": [
"multimedia_histreamer_enable_plugin_hdi_adapter = true",
"multimedia_histreamer_enable_plugin_minimp3_adapter = true",
"multimedia_histreamer_enable_plugin_ffmpeg_adapter = false",
"config_ohos_multimedia_histreamer_stack_size = 65536"
"histreamer_enable_plugin_hdi_adapter = true",
"histreamer_enable_plugin_minimp3_adapter = true",
"histreamer_enable_plugin_ffmpeg_adapter = false",
"config_ohos_histreamer_stack_size = 65536"
]
}
]
......@@ -1242,12 +1242,12 @@ HiviewRegisterHilogProc(HilogProc_Impl);
`histreamer`部件配置项说明如下:
| 配置项 | 说明 |
| --------------------------------------------------- | ------------------------------- |
| multimedia_histreamer_enable_plugin_hdi_adapter | 是否使能histreamer对接到hdi接口 |
| multimedia_histreamer_enable_plugin_minimp3_adapter | 是否使能插件适配minimp3 |
| multimedia_histreamer_enable_plugin_ffmpeg_adapter | 是否使能插件适配FFmpeg |
| config_ohos_multimedia_histreamer_stack_size | histreamer栈大小设置 |
| 配置项 | 说明 |
| ---------------------------------------- | ------------------------------- |
| histreamer_enable_plugin_hdi_adapter | 是否使能histreamer对接到hdi接口 |
| histreamer_enable_plugin_minimp3_adapter | 是否使能插件适配minimp3 |
| histreamer_enable_plugin_ffmpeg_adapter | 是否使能插件适配FFmpeg |
| config_ohos_histreamer_stack_size | histreamer栈大小设置 |
#### 公共基础库子系统适配
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册