#1 Burning Software

It is currently Thu Dec 19, 2024 4:41 am

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Does StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory work?
PostPosted: Wed Feb 22, 2006 6:28 am 
Offline

Joined: Wed Feb 22, 2006 6:25 am
Posts: 12
do StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory work on version 12.02?

and Is there have a demo on how to use StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory burn a audio cd


Top
 Profile  
 
 Post subject: Re: Does StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory wo
PostPosted: Wed Feb 22, 2006 11:20 am 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
1) Yes it does. Did you hit any problems using it or just asking?

2) There's no such a sample. Function is rarely used and we've decided to write more samples for a bit wider used API calls.

Drop me a message to info@rocketdivision.com with a bit of more details about your company, your project your license type you're interested in - maybe we'd find and opportunity to create a cusom sample for you during this weekend.

Thanks!

onlykingqc wrote:
do StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory work on version 12.02?

and Is there have a demo on how to use StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory burn a audio cd


Top
 Profile  
 
 Post subject: re
PostPosted: Fri Feb 24, 2006 5:16 pm 
Offline

Joined: Wed Feb 22, 2006 6:25 am
Posts: 12
did you receive my email?


Top
 Profile  
 
 Post subject: Re: re
PostPosted: Fri Feb 24, 2006 10:25 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Yes I did. And Alexander wrote you a reply.

onlykingqc wrote:
did you receive my email?


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 24, 2006 10:46 pm 
Offline
Site Admin

Joined: Fri Jun 18, 2004 12:03 am
Posts: 4089
Location: British Virgin Islands
Here's what Alex wrote you (with me in %CC%). Please fix your spamkiller or whatever as you don't seem to get e-mails from RDS staff.

----------------

Simon,

We can either write from memory or write CD-TEXT, but not both, because we can't write in Disc-At-Once mode from memory.
Sorry, but we don't support BIN images for now.
The updated StarBurn.pas will be included in the new release (it will be ready in a couple of days). We can send to you the updated file now.

Regards,
Alexander Orlovsky

Burning Division Chief Manager
RocketDivision Software



anton

I'm onlykingqc on your forum just ask
StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory

1:I just ask,I ready buy your starburn sdk as shareware

2:my company name is mp3do,inc http://www.mp3do.com

I have a cd burn program named cd mp3 burner use cdwriterxp,but now
cddvdwritexp2 not support mp3 to audio cd on the fly so I want to use your star burner as burn engine so I ask you ,I have owner's audio decode engine see my software advanced mp3 converter,but first it must support write from memory,then I can burn audio cd on the fly from like,mp3,wma,ogg,aac,mpc etc

I need folw function
1:cd text write
2:write audio data from memory (on-the-fly) 3:it support cd bin image to burn audio cd?(cdrwin output audio cd image)

by the way I use delphi,I also find your starburn.pas not include StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory function


regards
simon


Top
 Profile  
 
 Post subject: re
PostPosted: Wed Mar 01, 2006 9:06 am 
Offline

Joined: Wed Feb 22, 2006 6:25 am
Posts: 12
colud you write a demo use StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory
on how to write a audio cd(use vb or delphi)

regards
simon


Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 01, 2006 3:06 pm 
Hello,

Unfortunatelly the Personal license does not include the custom examples writing and these examples go far beyound the standard product support as you can imagine. Please take a look at the routine that using the StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory:

// Create stream to read from file
FileReadStream := TFileStream.Create(
(TTrack(ProgressForm.FFilesList[I])).FilePath,
fmOpenRead and fmShareExclusive
);

// Read and check header
CheckCdAudioFile(FileReadStream, MemoryBuffer);

MemoryBuffer := TMemoryStream.Create;

// Copy from source stream to destination stream
MemoryBuffer.CopyFrom(FileReadStream, FileReadStream.Size - FileReadStream.Position);

l__EXCEPTION_NUMBER :=
StarBurn_CdvdBurnerGrabber_TrackAtOnceFromMemory(
l__PVOID__CdvdBurnerGrabber,
PCHAR( @l__CHAR__ExceptionText[1] ),
sizeof( l__CHAR__ExceptionText ),
l__ULONG__Status,
@l__CDB_FAILURE_INFORMATION,
MemoryBuffer.Memory,
MemoryBuffer.Size,
FALSE,
TestMode,
TRUE,
WRITE_REPORT_DELAY_IN_SECONDS,
BUFFER_STATUS_REPORT_DELAY_IN_SECONDS,
TRUE
);

MemoryBuffer.Free;
FileReadStream.Free;

I am sure this will get you going pretty well. Please let me know if not and I'll try to assign the developer to prepare more meaningful demo as soon as we'll get the pair of free hands here (we're busy preparing new version of the StarBurn at the time).

Regards,
Alexander Orlovsky


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 51 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:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group