!1574 新增OH_VIDEO_NONE

Merge pull request !1574 from 高成/master
This commit is contained in:
openharmony_ci 2024-10-17 16:50:11 +00:00 committed by Gitee
commit 0f8fcf8a23
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -138,7 +138,12 @@ typedef enum OH_NativeBuffer_MetadataType {
/** HDR10 */
OH_VIDEO_HDR_HDR10,
/** HDR VIVID */
OH_VIDEO_HDR_VIVID
OH_VIDEO_HDR_VIVID,
/**
* NONE Metadata
* @since 13
*/
OH_VIDEO_NONE = -1
} OH_NativeBuffer_MetadataType;
/**