From de30068b4ecc0520a3c2adf5da111f46e2206cea Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Fri, 22 Apr 2022 16:36:50 +0800 Subject: [PATCH] update doc Signed-off-by: ester.zhou --- en/application-dev/ui/ts-media-resource-type.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/en/application-dev/ui/ts-media-resource-type.md b/en/application-dev/ui/ts-media-resource-type.md index 9143da0dc1..cd64dcc25e 100644 --- a/en/application-dev/ui/ts-media-resource-type.md +++ b/en/application-dev/ui/ts-media-resource-type.md @@ -1,8 +1,9 @@ # Media Resource Types -- The following table describes the image resource types supported by the development framework. - | Image Format | File Name Extension | + +- Image resource types + | Format| File Name Extension| | -------- | -------- | | JPEG | .jpg | | PNG | .png | @@ -10,3 +11,11 @@ | SVG | .svg | | WEBP | .webp | | BMP | .bmp | + +- Audio and video resource types + | Format| File Name Extension| + | -------- | -------- | + | H.263 | .3gp
.mp4 | + | H.264 AVC
Baseline Profile (BP) | .3gp
.mp4 | + | MPEG-4 SP | .3gp | + | VP8 | .webm
.mkv | -- GitLab