Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用everyplay来录制我的游戏,但我不知道哪种方法可以播放我的录音。
我试过了:
[[[Everyplay sharedInstance] capture] stopRecording]; [[Everyplay sharedInstance] playLastRecording];
没有发生错误,但也没有播放,只有一个连接符号。
我在模拟器中运行游戏
要测试 Everyplay 的录制部分,您需要在实际设备上运行应用程序,模拟器版本中未启用录制,因此 playLastRecording 失败。