Rename wave_player_doc.h to wav_player_doc.h 56/171756/1 accepted/tizen_4.0_unified tizen_4.0 accepted/tizen/4.0/unified/20180814.174852 accepted/tizen/4.0/unified/20180821.020809 submit/tizen_4.0/20180809.062717 submit/tizen_4.0/20180821.015055
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 7 Mar 2018 06:06:54 +0000 (15:06 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Wed, 7 Mar 2018 06:06:54 +0000 (15:06 +0900)
[Version] 0.1.28
[Issue Type] Rename

Change-Id: Idd292f7d73813037e5675e0f0a07840c4a645c3c
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
doc/wav_player_doc.h [new file with mode: 0755]
doc/wave_player_doc.h [deleted file]
packaging/capi-media-wav-player.spec

diff --git a/doc/wav_player_doc.h b/doc/wav_player_doc.h
new file mode 100755 (executable)
index 0000000..ddeb2ae
--- /dev/null
@@ -0,0 +1,47 @@
+/*
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License. 
+ */
+
+
+#ifndef __TIZEN_MEDIA_WAV_PLAYER_DOC_H__
+#define __TIZEN_MEDIA_WAV_PLAYER_DOC_H__
+
+
+/**
+ * @file wav_player_doc.h
+ * @brief This file contains high level documentation for the WAV Player API.
+ *
+ */
+
+/**
+ * @ingroup CAPI_MEDIA_FRAMEWORK
+ * @defgroup CAPI_MEDIA_WAV_PLAYER_MODULE WAV Player
+ */
+
+/**
+ * @ingroup CAPI_MEDIA_FRAMEWORK
+ * @addtogroup CAPI_MEDIA_WAV_PLAYER_MODULE
+ * @brief The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API provides functions for playing the waveform audio file format(*.wav).
+  * @section CAPI_MEDIA_WAV_PLAYER_MODULE_HEADER Required Header
+ *    \#include <wav_player.h>
+ *
+ * @section CAPI_MEDIA_WAV_PLAYER_OVERVIEW Overview
+ * The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API allows you to simply play and stop a wav file. To play a certain wav file, call wave_player_start() with a path to the .wav file. 
+ * When playing a wav file is finished, wav_player_playback_completed_cb() will be invoked.
+ */
+
+#endif /* __TIZEN_MEDIA_WAV_PLAYER_DOC_H__ */
+
+
diff --git a/doc/wave_player_doc.h b/doc/wave_player_doc.h
deleted file mode 100755 (executable)
index ddeb2ae..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved
- *
- * Licensed under the Apache License, Version 2.0 (the License);
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an AS IS BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License. 
- */
-
-
-#ifndef __TIZEN_MEDIA_WAV_PLAYER_DOC_H__
-#define __TIZEN_MEDIA_WAV_PLAYER_DOC_H__
-
-
-/**
- * @file wav_player_doc.h
- * @brief This file contains high level documentation for the WAV Player API.
- *
- */
-
-/**
- * @ingroup CAPI_MEDIA_FRAMEWORK
- * @defgroup CAPI_MEDIA_WAV_PLAYER_MODULE WAV Player
- */
-
-/**
- * @ingroup CAPI_MEDIA_FRAMEWORK
- * @addtogroup CAPI_MEDIA_WAV_PLAYER_MODULE
- * @brief The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API provides functions for playing the waveform audio file format(*.wav).
-  * @section CAPI_MEDIA_WAV_PLAYER_MODULE_HEADER Required Header
- *    \#include <wav_player.h>
- *
- * @section CAPI_MEDIA_WAV_PLAYER_OVERVIEW Overview
- * The @ref CAPI_MEDIA_WAV_PLAYER_MODULE API allows you to simply play and stop a wav file. To play a certain wav file, call wave_player_start() with a path to the .wav file. 
- * When playing a wav file is finished, wav_player_playback_completed_cb() will be invoked.
- */
-
-#endif /* __TIZEN_MEDIA_WAV_PLAYER_DOC_H__ */
-
-
index 906798d5071fb55436d0b53b76b685ee861254ea..375079ea3c2f13f442954729b74771cf3b2c50da 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-wav-player
 Summary:    A wav player library in Tizen C API
-Version:    0.1.27
+Version:    0.1.28
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0