diff --git a/en/application-dev/ui/ts-media-resource-type.md b/en/application-dev/ui/ts-media-resource-type.md index 9143da0dc1cf6d62dfb7ccf402d8c50adf7eec58..cd64dcc25e64e0d1b4923be2c0bd3c23ccfcad4b 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 |