views:

7

answers:

0

I read Audio File Stream Service Reference. It says that when it gets some data it will invoke the callback function. The callback function can play the data, WRITE it to a file...

I would like to know that how can I write the file in the callback function.

Thanks