#1 Burning Software

It is currently Sat Apr 20, 2024 5:14 am

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: the capabilities of Write/Read CD-RW/DVD-RW and Underrun pro
PostPosted: Tue Sep 07, 2004 1:53 pm 
Offline

Joined: Thu Aug 26, 2004 12:58 am
Posts: 45
Which parameter can detect the capabilities of Write/Read CD-RW/DVD-RW and Underrun protection ?
StarBurn_CdvdBurnerGrabber_GetSupportedMediaFormats(
l__PVOID__CdvdBurnerGrabber,
l__BOOLEAN__IsCDRRead,
l__BOOLEAN__IsCDERead, //what this meaning?
l__BOOLEAN__IsDVDROMRead,
l__BOOLEAN__IsDVDRRead,
l__BOOLEAN__IsDVDRAMRead,
l__BOOLEAN__IsTestWrite,
l__BOOLEAN__IsCDRWrite,
l__BOOLEAN__IsCDEWrite,
l__BOOLEAN__IsDVDRWrite,
l__BOOLEAN__IsDVDRAMWrite
);

StarBurn_CdvdBurnerGrabber_GetSupportedMediaFormatsEx(
l__PVOID__CdvdBurnerGrabber,
l__BOOLEAN__IsDVDPLUSRWRead,
l__BOOLEAN__IsDVDPLUSRRead,
l__BOOLEAN__IsDVDPLUSRWWrite,
l__BOOLEAN__IsDVDPLUSRWrite
);

Thanks for all.


Top
 Profile  
 
 Post subject: BUP & others
PostPosted: Tue Sep 07, 2004 2:37 pm 
Offline

Joined: Mon May 31, 2004 6:22 am
Posts: 134
Hi,

To get buffer underrun protection ( BUP ) support just call

// Try to get BUP on the device
l__EXCEPTION_NUMBER =
StarBurn_CdvdBurnerGrabber_GetBUP(
l__PVOID__CdvdBurnerGrabber,
( PCHAR )( &l__CHAR__ExceptionText ),
sizeof( l__CHAR__ExceptionText ),
&l__ULONG__SystemError,
&l__CDB_FAILURE_INFORMATION,
&l__BOOLEAN__IsBUPEnabled,
&l__BOOLEAN__IsBUPSupported
);

Here are the parameters of StarBurn_CdvdBurnerGrabber_GetSupportedMediaFormats:

p__PBOOLEAN__IsCDRRead - Pointer to the boolean variable that will receive is device capable of reading CD-R discs or not.

p__PBOOLEAN__IsCDERead - Pointer to the boolean variable that will receive is device capable of reading CD-RW discs or not.

p__PBOOLEAN__IsDVDROMRead - Pointer to the boolean variable that will receive is device capable of reading DVD-ROM discs
or not.

p__PBOOLEAN__IsDVDRRead - Pointer to the boolean variable that will receive is device capable of reading DVD-R discs or not.

p__PBOOLEAN__IsDVDRAMRead - Pointer to the boolean variable that will receive is device capable of reading DVD-RAM discs
or not.

p__PBOOLEAN__IsTestWrite - Pointer to the boolean variable that will receive is device capable of test recording or not.

p__PBOOLEAN__IsCDRWrite - Pointer to the boolean variable that will receive is device capable of writing CD-R discs or not.

p__PBOOLEAN__IsCDEWrite - Pointer to the boolean variable that will receive is device capable of writing CD-RW discs or not.

p__PBOOLEAN__IsDVDRWrite - Pointer to the boolean variable that will receive is device capable of writing DVD-R discs or not.

p__PBOOLEAN__IsDVDRAMWrite - Pointer to the boolean variable that will receive is device capable of writing DVD-RAM discs
or not.

p__PBOOLEAN__IsDVDPLUSRWRead - Pointer to the boolean variable that will receive is device capable of reading DVD+RW discs or not.

p__PBOOLEAN__IsDVDPLUSRRead - Pointer to the boolean variable that will receive is device capable of reading DVD+R discs or not.

p__PBOOLEAN__IsDVDPLUSRWWrite - Pointer to the boolean variable that will receive is device capable of writing DVD+RW discs or not.

p__PBOOLEAN__IsDVDPLUSRWrite - Pointer to the boolean variable that will receive is device capable of writing DVD+R discs or not.


I think it will help you,
Alexey.


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 22 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