三星 Galaxy MediaRecorder 内部缓冲
我注意到 Galaxy 上的 android.media.MediaRecorder 行为与我的其他设备(Hero、Nexus、Incredible 等)上的行为不同。Galaxy 似乎以 1 分钟的间隔将 MPEG 数据写入文件(大约 1.5 MB) chunks),表明它在内部缓冲其数据。我需要比每分钟一次更快地获取数据。有人对控制这种行为有什么建议吗? android.media.MediaRecorder API 非常简单,没有控制缓冲区大小或写入间隔。
I am noticing that the behavior of the android.media.MediaRecorder is different on the Galaxy than on my other devices (Hero, Nexus, Incredible, etc.) The Galaxy seems to write MPEG data to file in 1 minutes intervals (approx 1.5 MB chunks), suggesting that it internally buffers its data. I need the data to come more quickly than once per minute. Does anyone have any suggestions on controlling this behavior? The android.media.MediaRecorder API is quite simplistic and doesn't have control buffer sizes or write intervals.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论