mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-24 07:09:59 +00:00
add api12 interface
Signed-off-by: gao_ziyu <gaoziyu@huawei.com>
This commit is contained in:
parent
77ca9604f6
commit
f7e71687b7
@ -59,6 +59,10 @@
|
||||
"first_introduced": "11",
|
||||
"name": "OH_AVCODEC_MIMETYPE_AUDIO_G711MU"
|
||||
},
|
||||
{
|
||||
"first_introduced": "12",
|
||||
"name": "OH_AVCODEC_MIMETYPE_AUDIO_APE"
|
||||
},
|
||||
{
|
||||
"first_introduced": "9",
|
||||
"name": "OH_ED_KEY_TIME_STAMP"
|
||||
|
@ -218,6 +218,14 @@ extern const char *OH_AVCODEC_MIMETYPE_AUDIO_AMR_WB;
|
||||
extern const char *OH_AVCODEC_MIMETYPE_AUDIO_OPUS;
|
||||
extern const char *OH_AVCODEC_MIMETYPE_AUDIO_G711MU;
|
||||
|
||||
/**
|
||||
* @brief Enumerates the MIME type of audio ape codec.
|
||||
*
|
||||
* @syscap SystemCapability.Multimedia.Media.CodecBase
|
||||
* @since 12
|
||||
*/
|
||||
extern const char *OH_AVCODEC_MIMETYPE_AUDIO_APE;
|
||||
|
||||
/**
|
||||
* @brief The extra data's key of surface Buffer
|
||||
* @syscap SystemCapability.Multimedia.Media.CodecBase
|
||||
|
Loading…
Reference in New Issue
Block a user