1# OhosImageSourceSupportedFormatList 2<!--Kit: Image Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @aulight02--> 5<!--Designer: @liyang_bryan--> 6<!--Tester: @xchaosioda--> 7<!--Adviser: @zengyawen--> 8 9## 概述 10 11定义图像源支持的格式字符串列表。由[OH_ImageSource_GetSupportedFormats](capi-image-source-mdk-h.md#oh_imagesource_getsupportedformats)获取。 12 13**起始版本:** 10 14 15**相关模块:** [Image](capi-image.md) 16 17**所在头文件:** [image_source_mdk.h](capi-image-source-mdk-h.md) 18 19## 汇总 20 21### 成员变量 22 23| 名称 | 描述 | 24| -- | -- | 25| struct [OhosImageSourceSupportedFormat](capi-image-ohosimagesourcesupportedformat.md)** supportedFormatList = nullptr | 图像源支持的格式字符串列表头地址。 | 26| size_t size = 0 | 图像源支持的格式字符串列表大小。 | 27 28 29