Merge branch 'tizen_3.0' into tizen
[platform/core/api/wav-player.git] / include / wav_player.h
index 8989ea1..197d337 100644 (file)
@@ -74,7 +74,7 @@ typedef void (*wav_player_playback_completed_cb)(int id, void *user_data);
 
 
 /**
- * @deprecated Deprecated since 3.0. Use wav_player_start_new() instead.
+ * @deprecated Deprecated since 3.0. Use wav_player_start_with_stream_info() instead.
  * @brief Plays a WAV file.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  *
@@ -128,9 +128,6 @@ int wav_player_start(const char *path, sound_type_e type, wav_player_playback_co
  */
 int wav_player_start_new(const char *path, sound_stream_info_h stream_info, wav_player_playback_completed_cb callback, void *user_data, int *id);
 
-/* Note : Will be removed after migration to wav_player_start_new */
-int wav_player_start_with_stream_info(const char *path, sound_stream_info_h stream_info, wav_player_playback_completed_cb callback, void *user_data, int *id);
-
 /**
  * @brief Stops playing the WAV file.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif