diff --git a/zh-cn/application-dev/ui/arkts-common-components-xcomponent.md b/zh-cn/application-dev/ui/arkts-common-components-xcomponent.md index d503763d71618f8bbfbc742048eae2727d9e2fbd..e9af33da20b07741bd88e8a900e84d527782a70c 100644 --- a/zh-cn/application-dev/ui/arkts-common-components-xcomponent.md +++ b/zh-cn/application-dev/ui/arkts-common-components-xcomponent.md @@ -221,7 +221,7 @@ XComponent({ id: 'xcomponentId1', type: 'surface', libraryname: 'nativerender' } XComponent所持有的Surface符合“生产者-消费者”模型 -OpenHarmony上Camera、VideoPlayer等符合生产者设计的部件都可以将数据写入XComponent持有的surface并通过XComponent显示。 +OpenHarmony上Camera、AVPlayer等符合生产者设计的部件都可以将数据写入XComponent持有的surface并通过XComponent显示。 ![图片1](figures/图片1.png) diff --git "a/zh-cn/application-dev/ui/figures/\345\233\276\347\211\2071.png" "b/zh-cn/application-dev/ui/figures/\345\233\276\347\211\2071.png" index 47750ee238fc411f26ed86d99d2f554d3f185b64..a62ead63d373a59ba94afc64e856c6603d1f3e3a 100644 Binary files "a/zh-cn/application-dev/ui/figures/\345\233\276\347\211\2071.png" and "b/zh-cn/application-dev/ui/figures/\345\233\276\347\211\2071.png" differ