in two projects i am trying to port i have to convert get_raw_data(write_config_callback * out)
Looking at the foobar2000 SDK i have to replace it by
get_data_raw(stream_writer * p_stream,abort_callback & p_abort)
But i dont know how to deal with the abort_callback. Not sure how to declare it and to use it.
Could someone give me an example of code of how to use abort_callback