projects
/
platform
/
core
/
api
/
player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1acc2f
)
[0.3.84] fix doxygen bug
69/184669/1
accepted/tizen/4.0/unified/20180723.095550
submit/tizen_4.0/20180720.052517
author
Eunhae Choi
<eunhae1.choi@samsung.com>
Fri, 20 Jul 2018 05:18:53 +0000
(14:18 +0900)
committer
Eunhae Choi
<eunhae1.choi@samsung.com>
Fri, 20 Jul 2018 05:18:53 +0000
(14:18 +0900)
Change-Id: I8ff571c93f94efbb677d8438bdc9a98bfeff59d9
include/player.h
patch
|
blob
|
history
diff --git
a/include/player.h
b/include/player.h
index 7a4b9ab1d021975ee9dd26feb840bdf491fd9d84..54cc5bfff2dd5486353f16a74ec6660c1088b878 100644
(file)
--- a/
include/player.h
+++ b/
include/player.h
@@
-839,7
+839,7
@@
int player_stop(player_h player);
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
* @retval #PLAYER_ERROR_SOUND_POLICY Sound policy error
* @pre The player state must be set to #PLAYER_STATE_PLAYING.
- * @post The player state will be #PLAYER_STATE_
READY
.
+ * @post The player state will be #PLAYER_STATE_
PAUSED
.
* @see player_start()
*/
int player_pause(player_h player);