VideoProcessing_ColorSpaceInfo
typedef struct VideoProcessing_ColorSpaceInfo {...} VideoProcessing_ColorSpaceInfo
Overview
The struct describes the color space information of video processing.
Reference: OH_VideoProcessing_IsColorSpaceConversionSupported
Since: 12
Related module: VideoProcessing
Header file: video_processing_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t metadataType | Video metadata type. For details, see OH_NativeBuffer_MetadataType. |
| int32_t colorSpace | Video color space type. For details, see OH_NativeBuffer_ColorSpace. |
| int32_t pixelFormat | Video pixel format. For details, see OH_NativeBuffer_Format. |