#1 Burning Software

It is currently Thu Apr 03, 2025 7:05 pm

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


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


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

Joined: Wed Feb 22, 2006 6:25 am
Posts: 12


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


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


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

Joined: Wed Feb 22, 2006 6:25 am
Posts: 12


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