!16 支持首帧暂停播放功能

Merge pull request !16 from starfish/master
This commit is contained in:
openharmony_ci
2021-08-26 02:25:06 +00:00
committed by Gitee
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ extern const char *MIME_AUDIO_AAC;
/** Indicates the codec for RAW audios (not supported yet), which is a value of the codec type key. */
extern const char *MIME_AUDIO_RAW;
extern const char *PAUSE_AFTER_PLAY;
/**
* @brief Enumerates formats.
+1
View File
@@ -22,6 +22,7 @@ namespace Media {
const char *CODEC_MIME = "mime";
const char *MIME_AUDIO_AAC = "audio/mp4a-latm";
const char *MIME_AUDIO_RAW = "audio/raw";
const char *PAUSE_AFTER_PLAY = "pause_after_play";
#define SET_INT32_FORMAT(type, func) \
do { \