Rocket Division Software

CD/DVD/Blu-Ray/HD-DVD recording, iSCSI and AoE (ATA-over-Ethernet)




 [ 8 posts ] 
AuthorMessage
 Post subject: Questions about new UDF...
Posted:
Offline

Joined: F
Posts: 20
Hi 4 All...

I've downloaded new version of StarBurn SDK and have an some questions about new UDF functions now.

1. What versions UDF are supported? And which the functions to use for its?
For example, whether there is a similar:
UDF v.1.02 - old functions like StarBurn_UDF_CreateEx and others
UDF v.2.00 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = false
UDF v.2.01 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = true
UDF v.2.50 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = false
UDF v.2.60 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = true

2. In what difference between functions StarBurn_UDF2_VolumeCreate and StarBurn_UDF2_VolumeUnicodeCreate and work of flag IsUnicode...

3. How to burn a multisessional discs in UDF? Whether is necessary make an import of previous session.

Thanks...

_________________
Respects, NeoTall


Top
 Profile  
 
 Post subject: Re: Questions about new UDF...
Posted:
Offline
Site Admin

Joined: F
Posts: 3371
Location: British Virgin Islands
1) Absolutely no relations to what you wrote... Old API should be used for compatibility reasons and for DVD-Video creation ONLY. New one is for extensive work with the UDF. Version from 1.02 and up to 2.60 are supported.

2) VolumeCreate takes ANSI string name and VolumeUnicodeCreate takes Unicode volume name as parameter. IsUnicode flag means will volume handle ANSI names as ANSI names (FALSE) or Unicode (TRUE).

3) Not exported yet. Wait for V10 SP1.

NeoTall wrote:
Hi 4 All...

I've downloaded new version of StarBurn SDK and have an some questions about new UDF functions now.

1. What versions UDF are supported? And which the functions to use for its?
For example, whether there is a similar:
UDF v.1.02 - old functions like StarBurn_UDF_CreateEx and others
UDF v.2.00 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = false
UDF v.2.01 - new functions like StarBurn_UDF2_VolumeCreate with flag IsUnicode = true
UDF v.2.50 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = false
UDF v.2.60 - new functions like StarBurn_UDF2_VolumeUnicodeCreate with flag IsUnicode = true

2. In what difference between functions StarBurn_UDF2_VolumeCreate and StarBurn_UDF2_VolumeUnicodeCreate and work of flag IsUnicode...

3. How to burn a multisessional discs in UDF? Whether is necessary make an import of previous session.

Thanks...

_________________
Regards,
Anton Kolomyeytsev

Rocket Division Software


Top
 Profile  
 
 Post subject: Re: Questions about new UDF...
Posted:
Offline

Joined: M
Posts: 11
anton (staff) wrote:

3) Not exported yet. Wait for V10 SP1.



Hi,

We are also interested in burning UDF multisession discs.
Do you have an estimate time-frame for when it will be available?

Thanks


Top
 Profile  
 
 Post subject:
Posted:
Offline
Site Admin

Joined: F
Posts: 3371
Location: British Virgin Islands
Week or so. Maybe more. There are another things will include into SP1 update as well and they also eat time.

_________________
Regards,
Anton Kolomyeytsev

Rocket Division Software


Top
 Profile  
 
 Post subject:
Posted:
Offline

Joined: M
Posts: 11
anton (staff) wrote:
Week or so. Maybe more. There are another things will include into SP1 update as well and they also eat time.


Do you have any news on the release date of SP1?
We are waiting for the UDF session import feature.


Top
 Profile  
 
 Post subject:
Posted:
Offline

Joined: F
Posts: 200
Location: BVI
No.

cristi1 wrote:
anton (staff) wrote:
Week or so. Maybe more. There are another things will include into SP1 update as well and they also eat time.


Do you have any news on the release date of SP1?
We are waiting for the UDF session import feature.

_________________
Regards,
Aaron Korfer

Sales & Support
Rocket Division Software


Top
 Profile  
 
 Post subject: UDF2 import question...
Posted:
Offline

Joined: F
Posts: 20
Hi...

I have a question. How I can calculate callback requests number at StarBurn_UDF2_ImpVolumeImport function call?

_________________
Respects, NeoTall


Top
 Profile  
 
 Post subject: Re: Questions about new UDF...
Posted:
Offline
Site Admin

Joined: F
Posts: 3371
Location: British Virgin Islands
If you mean "general progress" then unfortunately there's no way to do this... We have no idea at the stage of import how many files were written to the volume initially. So we just pass them to you (thru the callback) one-by-one and it's you who decide what to do with them: show progress bar, draw file name on the GUI control etc.

_________________
Regards,
Anton Kolomyeytsev

Rocket Division Software


Top
 Profile  
 
 [ 8 posts ]