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.
我能够通过 Manager.createPlayer("capture://audio") 捕获 WAV 格式的音频。但是,有没有办法在 J2ME 中捕获 MP3 格式的音频?
它可能取决于所讨论的平台,您必须检查要支持的不同设备实现。
罗里,你什么意思?我真的在要求 createPlayer(String s) 方法的字符串。J2ME 自动录制到 WAV 文件,但我想知道是否可以请求它录制到 MP3。当然,如果那个 MP3 参数不起作用,就会抛出 MediaException。如果我似乎错过了您的回答,请原谅我。