Hello, when I use fmod net_stream library run in iOS, I want to play a net stream audio music, it throw a error, and can’t continue to play in this code:
result = sound->getOpenState(&openstate, &percent, &starving, 0);
it sounds like can’t get sound’s state, my iOS version is iOS11, hope some one can help me to solve this problem, it is appreciate!