mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-24 07:09:59 +00:00
!1062 添加message source type
Merge pull request !1062 from zhangkai/master
This commit is contained in:
commit
779ea175cf
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user