Using IMAPI2 cd writting, For big file, it may take long time and occupy huge hard disk space and memory to create the stream
Using IMAPI2 cd writting, For big file, it may take long time and occupy huge hard disk space and memory to create the stream
IMAPIv2
can't use the files on hard disk to burn the media directly, while nero does. The process of creating media file system may take a long time and huge disk space (and/or memory) if you are burning lots of files.
IMAPIv2
How to release the IStream
?
IStream
I burned a big file by IFsiDirectoryItem->AddFile()
and IDiscFormat2Data->Write(IStream *data)
. I called data->Release()
after successful writing, but the memory is not released. The memory released until I close my application (observed from taskmgr
).
IFsiDirectoryItem->AddFile()
IDiscFormat2Data->Write(IStream *data)
data->Release()
taskmgr
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.