熟练使用J2ME可选包MMAPI |
| 作者:未知 来源:www.00muzhi.com 发布时间:2005-7-15 14:49:34 |
|
ion, and
// start the Player and record for 5 seconds.
RecordControl rc = (RecordControl)p.getControl("RecordControl");
rc.setRecordLocation("file:/tmp/audio.wav");
rc.startRecord();
p.start();
Thread.currentThread().sleep(5000);
p.stop();
rc.stopRecord();
rc.commit();
} catch (IOException ioe) {
} catch (MediaException me) {
} catch (InterruptedException e) { }
实现摄像功能 |
| [] [返回上一页] [打 印] |
|
文章评论 |
