!1062 添加message source type

Merge pull request !1062 from zhangkai/master
This commit is contained in:
openharmony_ci 2024-07-23 11:21:46 +00:00 committed by Gitee
commit 779ea175cf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -433,7 +433,13 @@ typedef enum {
*
* @since 10
*/
AUDIOSTREAM_SOURCE_TYPE_VOICE_COMMUNICATION = 7
AUDIOSTREAM_SOURCE_TYPE_VOICE_COMMUNICATION = 7,
/**
* Voice message source type.
*
* @since 12
*/
AUDIOSTREAM_SOURCE_TYPE_VOICE_MESSAGE = 10
} OH_AudioStream_SourceType;
/**