1. You need to execute StarBurn_CdvdBurnerGrabber_TestUnitReady() code. On successful completion you have disc inserted.
2. It just a sample code to show how to insert virtual file to created file system. See call to StarBurn_ISO9660JolietFileTree_AddMemory(). You just skip calling it and you'll not have this file present
3. Again. This is just a sample code renaming virtual root to whatever you want. See the lines below the comment "Generate today date and time as now root directory name".
4. No. Only TAO (Track-At-Once) should be used for multisession discs. Both Session-At-Once and Disc-At-Once leave disc closed for future writes.
P.S. It seems it was you who wanted OGG Vorbis support. Good news for you -- we're done with OGG implementation and version should be built not later then this week.
Thank you!
abs wrote:
Hi :
I have some new questions:
1. How do detect if there is a disc in device?
2.I am trying to build a image file ,I open it with UltralSO and I found a additionally file named 'sing.bin' , What is it used for doing?
3.After i burned file from 'c:\back' with SessionAtOnceFromTree.exe and TrackAtOnceFromTree.exe ,I noticed
that folders and files are localed in folder '2004_9_11_14 _04_12', but i don't want my files in any other folder.
4.Can i append files on disc with SessionAtOnce mode?
Thank you every much.