提交 e6a1d77f 编写于 作者: S starfish002

support pause after playing first frame

Signed-off-by: Nstarfish002 <shaoyuan.zhang@huawei.com>
上级 a268cef0
......@@ -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.
......
......@@ -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 { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册