#1 Burning Software

It is currently Fri Apr 19, 2024 12:47 pm

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Toolkit questions
PostPosted: Thu Jul 01, 2004 4:29 pm 
HI, I'm evaluating your toolkit for functionality that I need for a project. I have some questions about the following functionality

#1 Is it possible to close the drive tray?
#2 Can a UDF formatted Data DVD be appended to. If so, what is the API required to do this ?
#3 Can an ISO CD-R/W be appended to ?
#4 Is it possible to get the amount of free space remaining on the media ?
#5 Is there an easy way to find out if there is media in the drive.

thanks,

Andy


Top
  
 
 Post subject: Re: Toolkit questions
PostPosted: Thu Jul 01, 2004 7:46 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Andy,

1) Sure! StarBurn_CdvdBurnerGrabb_Load(...) function does this.

2) Not yet... Next major update of StarBurn SDK would have ability to import (append) already created UDF volume. For now please stick with ISO9660 or Joliet if you plan to perform incremental writes.

3) Sure! Please see TrackAtOnceFromTreeWithImport.c (or .pas) sample. It does demonstrate how to import (append) created disc.

4) Sure! StarBurn_CdvdBurnerGrabber_GetTrackInformation(...) would
format TRACK_INFORMATION structure. m__LONG__FreeLBs is number of free sectors. You can multiply them on sector size (2048 bytes) and you'd get amount of free space on the volume.

5) Sure! StarBurn_CdvdBurnerGrabber_TestUnitReady(...) would fail if there is no disc in drive.

You welcome!

Andy4us wrote:
HI, I'm evaluating your toolkit for functionality that I need for a project. I have some questions about the following functionality

#1 Is it possible to close the drive tray?
#2 Can a UDF formatted Data DVD be appended to. If so, what is the API required to do this ?
#3 Can an ISO CD-R/W be appended to ?
#4 Is it possible to get the amount of free space remaining on the media ?
#5 Is there an easy way to find out if there is media in the drive.

thanks,

Andy


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group