From: Mok Jeongho Date: Fri, 1 Apr 2016 04:22:05 +0000 (+0900) Subject: Apply Tizen conding convention X-Git-Tag: submit/tizen/20160401.072408^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F03%2F64403%2F1;p=platform%2Fcore%2Fapi%2Fwav-player.git Apply Tizen conding convention [Version] Release 0.1.16 [Profile] Common [Issue Type] Coding Convention Change-Id: Ie50da3f4eaec933cf8403e7223a9f5d9d6b48f12 --- diff --git a/include/wav_player.h b/include/wav_player.h index 2f9152a..cb03f8b 100644 --- a/include/wav_player.h +++ b/include/wav_player.h @@ -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 diff --git a/packaging/capi-media-wav-player.spec b/packaging/capi-media-wav-player.spec index b516f6d..47a9890 100755 --- a/packaging/capi-media-wav-player.spec +++ b/packaging/capi-media-wav-player.spec @@ -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