1# VideoProcessing_ColorSpaceInfo 2<!--Kit: Media Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @wang-haizhou6--> 5<!--Designer: @HmQQQ--> 6<!--Tester: @xchaosioda--> 7<!--Adviser: @zengyawen--> 8 9## Overview 10 11The struct describes the color space information of video processing. 12 13**Reference**: [OH_VideoProcessing_IsColorSpaceConversionSupported](capi-video-processing-h.md#oh_videoprocessing_iscolorspaceconversionsupported) 14 15**Since**: 12 16 17**Related module**: [VideoProcessing](capi-videoprocessing.md) 18 19**Header file**: [video_processing_types.h](capi-video-processing-types-h.md) 20 21## Summary 22 23### Member Variables 24 25| Name| Description| 26| -- | -- | 27| int32_t metadataType | Video metadata type. For details, see [OH_NativeBuffer_MetadataType](../apis-arkgraphics2d/capi-buffer-common-h.md#oh_nativebuffer_metadatatype).| 28| int32_t colorSpace | Video color space type. For details, see [OH_NativeBuffer_ColorSpace](../apis-arkgraphics2d/capi-buffer-common-h.md#oh_nativebuffer_colorspace).| 29| int32_t pixelFormat | Video pixel format. For details, see [OH_NativeBuffer_Format](../apis-arkgraphics2d/capi-native-buffer-h.md#oh_nativebuffer_format).| 30 31<!--no_check-->