修改错误字段

Signed-off-by: zhaoyuanbo <zhaoyuanbo3@h-partners.com>
This commit is contained in:
zhaoyuanbo
2026-05-22 14:49:55 +08:00
parent b386210e03
commit e7bb3384fc
2 changed files with 2 additions and 2 deletions
@@ -209,7 +209,7 @@
},
{
"first_introduced": "26.0.0",
"name": "OH_MD_KEY_SCREEN_CAPTURE_CONTENT_RECT",
"name": "OH_SCREEN_CAPTURE_CONTENT_RECT",
"type": "variable"
}
]
@@ -746,7 +746,7 @@ typedef void (*OH_AVScreenCapture_OnPrivacyProtect)(OH_AVScreenCapture* capture,
* The value can be obtained from {@link OH_AVFormat_GetIntBuffer}.
* @since 26.0.0
*/
extern const char *OH_MD_KEY_SCREEN_CAPTURE_CONTENT_RECT;
extern const char *OH_SCREEN_CAPTURE_CONTENT_RECT;
#ifdef __cplusplus
}