本文介绍了在DAO模式下WriteMedia之后的E_IMAPI_RECORDER_MEDIA_BECOMING_READY的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在以DAO模式写一张CD。我做了所有根据需要描述的预备,所有结果都是S_OK。然后我开始用WriteMedia()写作。它写入Lead-In,扇区正在计数,然后它写入Lead-Out,所有这些都是通过
回调接口报告的。然后WriteMedia()返回错误  E_IMAPI_RECORDER_MEDIA_BECOMING_READY。这有趣吗?我可以想象在开始写之后不会发生这个错误。


问题出在哪里。请帮忙。


谢谢,理查德

解决方案

I'm writing a CD in DAO mode. I do every preparings which are described as needed, all result in S_OK. Then I start writing with WriteMedia(). It writes Lead-In, the sectors are counting up, then it writes Lead-Out, all these things are reported through the callback interface. Then WriteMedia() returns with the error E_IMAPI_RECORDER_MEDIA_BECOMING_READY. Is that funny? I can imagine that this error occurs before starting to write not after.

Where is the problem. Please help.

Thanks, Richard

解决方案


这篇关于在DAO模式下WriteMedia之后的E_IMAPI_RECORDER_MEDIA_BECOMING_READY的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 16:47