wav_player_playback_completed_cb typedef

wav_player_playback_completed_cb = Pointer<NativeFunction<wav_player_playback_completed_cbFunction>>

@brief Called when a WAV file has finished playing. @details This callback is not invoked by calling wav_player_stop(). @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif @paramin id The completed wav player ID @paramin user_data The user data passed from the callback registration function @see wav_player_start_new()

Implementation

typedef wav_player_playback_completed_cb
    = ffi.Pointer<ffi.NativeFunction<wav_player_playback_completed_cbFunction>>;