Apply Tizen conding convention 03/64403/1 accepted/tizen/common/20160401.090227 accepted/tizen/ivi/20160405.011905 accepted/tizen/mobile/20160405.011808 accepted/tizen/tv/20160405.011829 accepted/tizen/wearable/20160405.011842 submit/tizen/20160401.072408
authorMok Jeongho <jho.mok@samsung.com>
Fri, 1 Apr 2016 04:22:05 +0000 (13:22 +0900)
committerMok Jeongho <jho.mok@samsung.com>
Fri, 1 Apr 2016 04:22:05 +0000 (13:22 +0900)
[Version] Release 0.1.16
[Profile] Common
[Issue Type] Coding Convention

Change-Id: Ie50da3f4eaec933cf8403e7223a9f5d9d6b48f12

include/wav_player.h
packaging/capi-media-wav-player.spec

index 2f9152a..cb03f8b 100644 (file)
@@ -45,11 +45,11 @@ extern "C"
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  */
 typedef enum {
-    WAV_PLAYER_ERROR_NONE                 = TIZEN_ERROR_NONE,                  /**< Successful */
-    WAV_PLAYER_ERROR_INVALID_PARAMETER    = TIZEN_ERROR_INVALID_PARAMETER,     /**< Invalid parameter */
-    WAV_PLAYER_ERROR_INVALID_OPERATION    = TIZEN_ERROR_INVALID_OPERATION,     /**< Invalid operation */
-    WAV_PLAYER_ERROR_FORMAT_NOT_SUPPORTED = TIZEN_ERROR_WAV_PLAYER | 0x01,     /**< Format not supported */
-    WAV_PLAYER_ERROR_NOT_SUPPORTED_TYPE   = TIZEN_ERROR_WAV_PLAYER | 0x02      /**< Not supported (Since 3.0) */
+       WAV_PLAYER_ERROR_NONE                 = TIZEN_ERROR_NONE,                  /**< Successful */
+       WAV_PLAYER_ERROR_INVALID_PARAMETER    = TIZEN_ERROR_INVALID_PARAMETER,     /**< Invalid parameter */
+       WAV_PLAYER_ERROR_INVALID_OPERATION    = TIZEN_ERROR_INVALID_OPERATION,     /**< Invalid operation */
+       WAV_PLAYER_ERROR_FORMAT_NOT_SUPPORTED = TIZEN_ERROR_WAV_PLAYER | 0x01,     /**< Format not supported */
+       WAV_PLAYER_ERROR_NOT_SUPPORTED_TYPE   = TIZEN_ERROR_WAV_PLAYER | 0x02      /**< Not supported (Since 3.0) */
 } wav_player_error_e;
 
 /**
@@ -79,7 +79,7 @@ typedef void (*wav_player_playback_completed_cb)(int id, void *user_data);
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
  * @remarks Sound can be mixed with other sounds if you don't control the sound session 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_SUOND_MANAGER_MODULE.
  *
  * @param[in] path     The file path to play
  * @param[in] type     The sound type
index b516f6d..47a9890 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-wav-player
 Summary:    A wav player library in Tizen C API
-Version:    0.1.15
+Version:    0.1.16
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0