# OhosImageSourceSupportedFormatList ## 概述 定义图像源支持的格式字符串列表。由[OH_ImageSource_GetSupportedFormats](capi-image-source-mdk-h.md#oh_imagesource_getsupportedformats)获取。 **起始版本:** 10 **相关模块:** [Image](capi-image.md) **所在头文件:** [image_source_mdk.h](capi-image-source-mdk-h.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -- | -- | | struct [OhosImageSourceSupportedFormat](capi-image-ohosimagesourcesupportedformat.md)** supportedFormatList = nullptr | 图像源支持的格式字符串列表头地址。 | | size_t size = 0 | 图像源支持的格式字符串列表大小。 |