Add new API including loop count 97/219297/5 accepted/tizen/unified/20200114.130737 submit/tizen/20200113.053739
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 4 Dec 2019 06:07:41 +0000 (15:07 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 6 Jan 2020 01:21:48 +0000 (10:21 +0900)
commitd6318ad7a7c1c51f9c5eff3e730fcf7f2b6cddc2
treebb0c09ce5acfece805df5371a2d1ea55b4c9aefb
parent9127108fe0fc638bc1d1f80f7628f4e9e6ad6ae0
Add new API including loop count

It is added as below.
 - int wav_player_start_loop(const char *path,
                            sound_stream_info_h stream_info,
                            unsigned int loop_count,
                            wav_player_playback_completed_cb callback,
                            void *user_data,
                            int *id);

The previous same function in wav_player_internal.h has been removed.

[Version] 0.3.0
[Issue Type] New feature

Change-Id: I56c7f99c8c54d96a5ea871b5ba54e8ef5ed22a48
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/wav_player.h
include/wav_player_internal.h [deleted file]
packaging/capi-media-wav-player.spec
src/wav_player.c
src/wav_player_internal.c [deleted file]
test/wav_player_test.c