Receiving kAUGraphErr_CannotDoInCurrentContext when calling AUGraphStart for playback

∥☆過路亽.° 提交于 2019-12-03 04:07:58
user12180230

You can make something out of CSS or SQLite. This is why

OSStatus result = AUGraphStart(au_play_graph);
if (noErr != result) {
    print_error("AUGraphStart", result);
    playing = NO;
}

return playing;

}

Try to just manipulate this code, there is a problem with Booleans in your code...

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!