Merge branch 'tizen_3.0' into tizen 41/119341/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170330.152128 accepted/tizen/ivi/20170330.224521 accepted/tizen/mobile/20170330.224412 accepted/tizen/tv/20170330.224428 accepted/tizen/unified/20170330.224540 accepted/tizen/wearable/20170330.224440 submit/tizen/20170330.093945
authorSeungbae Shin <seungbae.shin@samsung.com>
Thu, 16 Mar 2017 10:47:19 +0000 (19:47 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Thu, 16 Mar 2017 10:47:19 +0000 (19:47 +0900)
Change-Id: I6e1769fda3d0f0ff076d0c5c2874a4e8002eeb65

1  2 
include/wav_player.h

diff --combined include/wav_player.h
@@@ -74,7 -74,7 +74,7 @@@ typedef void (*wav_player_playback_comp
  
  
  /**
-- * @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 +128,6 @@@ int wav_player_start(const char *path, 
   */
  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