From cd4640e3e06fb01ec87d986c5400850be8baa5b3 Mon Sep 17 00:00:00 2001 From: Mok Jeongho Date: Fri, 1 Apr 2016 13:22:05 +0900 Subject: [PATCH] Apply Tizen conding convention [Version] Release 0.1.16 [Profile] Common [Issue Type] Coding Convention Change-Id: Ie50da3f4eaec933cf8403e7223a9f5d9d6b48f12 --- include/wav_player.h | 12 ++++++------ packaging/capi-media-wav-player.spec | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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 -- 2.7.4