diff --git a/en/application-dev/reference/arkui-ts/ts-media-components-video.md b/en/application-dev/reference/arkui-ts/ts-media-components-video.md index 09b6390f6f73480402bf2bfbec86e96548e70027..df29d7567019c0ca21b227d24a4d90c7a8a92c6e 100644 --- a/en/application-dev/reference/arkui-ts/ts-media-components-video.md +++ b/en/application-dev/reference/arkui-ts/ts-media-components-video.md @@ -22,7 +22,7 @@ Video(value: VideoOptions) | -------- | -------- | -------- | -------- | -------- | | src | string | No | - | Path of the video source. | | currentProgressRate | number \| PlaybackSpeed8+ | No | 1.0 \| PlaybackSpeed.Speed_Forward_1_00_X | Video playback speed.
> ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
> The value of the number type can only be **0.75**, **1.0**, **1.25**, **1.75**, or **2.0**.
>
> | - | previewUri | string \| PixelMap8+ \|[Resource](../../ui/ts-types.md#Resource-Type) | No | - | Path of the preview image. | + | previewUri | string \| PixelMap8+ \|[Resource](../../ui/ts-types.md#resourcetype) | No | - | Path of the preview image. | | controller | [VideoController](#videocontroller) | No | - | Controller. |