提交 5e613055 编写于 作者: D duangavin123

update api

Signed-off-by: Nduangavin123 <duanxichao@huawei.com>
上级 485a32d6
...@@ -1369,11 +1369,11 @@ int32_t(* DeviceFuncs::CreateVirtualDisplay) (uint32_t width, uint32_t height, i ...@@ -1369,11 +1369,11 @@ int32_t(* DeviceFuncs::CreateVirtualDisplay) (uint32_t width, uint32_t height, i
**参数:** **参数:**
| 名称 | 描述 | | 名称 | 描述 |
| -------- | -------- | | -------- | -------- |
| width | 输入参数,指定显示设备的像素宽度。 | | width | 输入参数,指定显示设备的像素宽度。 |
| height | 输入参数,指定显示设备的像素高度。 | | height | 输入参数,指定显示设备的像素高度。 |
| format | 输出参数,指定显示设备的像素格式。&nbsp;详情参考[ERROR:Invalid&nbsp;link:zh-cn_topic_0000001357381993.xml#xref738382043153217,link:zh-cn_topic_0000001347985105.xml#ga60883d4958a60b91661e97027a85072a](zh-cn_topic_0000001347985105.xml#ga60883d4958a60b91661e97027a85072a),接口实现层可以根据硬件需求,修改format并返回给图形服务。 | | format | 输出参数,指定显示设备的像素格式。详情参考[PixelFormat](#pixelformat),接口实现层可以根据硬件需求,修改format并返回给图形服务。 |
| devId | 输出参数,用于接口层返回创建的设备ID。 | | devId | 输出参数,用于接口层返回创建的设备ID。 |
**返回:** **返回:**
...@@ -2267,7 +2267,7 @@ MirrorType GfxOpt::mirrorType ...@@ -2267,7 +2267,7 @@ MirrorType GfxOpt::mirrorType
``` ```
char PropertyObject::名称[PROPERTY_NAME_LEN] char PropertyObject::name[PROPERTY_NAME_LEN]
``` ```
**描述:** **描述:**
...@@ -2279,7 +2279,7 @@ char PropertyObject::名称[PROPERTY_NAME_LEN] ...@@ -2279,7 +2279,7 @@ char PropertyObject::名称[PROPERTY_NAME_LEN]
``` ```
char DisplayCapability::名称[PROPERTY_NAME_LEN] char DisplayCapability::name[PROPERTY_NAME_LEN]
``` ```
**描述:** **描述:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册