* @brief Starts or resumes playback.
* @since_tizen 2.3
* @remarks Sound can be mixed with other sounds if you don't control the stream focus in sound-manager module since 3.0.\n
- * You can refer to @ref CAPI_MEDIA_SUOND_MANAGER_MODULE.
+ * You can refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE.
* @details Plays current media content, or resumes play if paused.
*
* @param[in] player The handle to the media player
* @brief Registers a callback function to be invoked when audio frame is decoded. Audio only contents is possible. If included video, error happens.
* @since_tizen 2.4
* @param[in] player The handle to the media player
- * @param[in] sync Sync on the clock
- * @param[in] format Audio format of output pcm
- * @param[in] callback The callback function to register
+ * @param[in] sync Sync on the clock
+ * @param[in] callback The callback function to register
* @param[in] user_data The user data to be passed to the callback function
* @return @c 0 on success,
* otherwise a negative error value
* @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be #PLAYER_STATE_IDLE by player_create() or player_unprepare().
* @post player_audio_pcm_extraction_cb() will be invoked.
*/
/**
* @brief Set pcm mode spec. Samplerate, channel is needed.
* @since_tizen 2.4
- * @param[in] player The handle to the media player
+ * @param[in] player The handle to the media player
+ * @param[in] format Audio format
* @param[in] samplerate Samplerate
- * @param[in] channel Channel
+ * @param[in] channel Channel
* @return @c 0 on success,
* otherwise a negative error value
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be #PLAYER_STATE_IDLE by player_create() or player_unprepare().
* @see player_set_pcm_extraction_mode()
*/
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The original uri must be set first by player_set_uri().
* @pre The player state must be one of these: #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED.
* @see player_set_uri(), player_set_looping()
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be one of these: #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED.
* @see player_set_uri()
*/
* @brief Starts or resumes playback.
* @since_tizen 2.3.1
* @remarks Sound can be mixed with other sounds if you don't control the stream focus in sound-manager module since 3.0.\n
- * You can refer to @ref CAPI_MEDIA_SUOND_MANAGER_MODULE.
+ * You can refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE.
* @details Plays current media content, or resumes play if paused.
*
* @param[in] player The handle to the media player
* @brief Registers a callback function to be invoked when audio frame is decoded. Audio only contents is possible. If included video, error happens.
* @since_tizen 2.4
* @param[in] player The handle to the media player
- * @param[in] sync Sync on the clock
- * @param[in] format Audio format of output pcm
- * @param[in] callback The callback function to register
+ * @param[in] sync Sync on the clock
+ * @param[in] callback The callback function to register
* @param[in] user_data The user data to be passed to the callback function
* @return @c 0 on success,
* otherwise a negative error value
* @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be #PLAYER_STATE_IDLE by player_create() or player_unprepare().
* @post player_audio_pcm_extraction_cb() will be invoked.
*/
/**
* @brief Set pcm mode spec. Samplerate, channel is needed.
* @since_tizen 2.4
- * @param[in] player The handle to the media player
+ * @param[in] player The handle to the media player
+ * @param[in] format Audio format
* @param[in] samplerate Samplerate
- * @param[in] channel Channel
+ * @param[in] channel Channel
* @return @c 0 on success,
* otherwise a negative error value
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be #PLAYER_STATE_IDLE by player_create() or player_unprepare().
* @see player_set_pcm_extraction_mode()
*/
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The original uri must be set first by player_set_uri().
* @pre The player state must be one of these: #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED.
* @see player_set_uri(), player_set_looping()
* @retval #PLAYER_ERROR_NONE Successful
* @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation
* @retval #PLAYER_ERROR_INVALID_STATE Invalid player state
- * @retval #PLAYER_ERROR_NOT_SUPPORTD Not supported
* @pre The player state must be one of these: #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED.
* @see player_set_uri()
*/
Name: capi-media-player
Summary: A Media Player API
-Version: 0.3.21
+Version: 0.3.22
Release: 0
Group: Multimedia/API
License: Apache-2.0