February 24, 2010 | StarBurn SDK V12 'Trident II' release notesMain new features:
- Provide x64 platform library version
- Burning support for UDF 2.5/2.6
- Mastering support for UDF 2.5/2.6
- Import session support for UDF 2.5/2.6
- File tree lookup support for UDF 2.5/2.6
- Boot support for UDF 2.5/2.6
- Verification support for UDF
Other features:
- Added support unicode source files names for Audio-CD burning
- Added support for fast detection of audio stream size for compressed audio file
- Added fast method for grabbing DVD0-Video with CSS protection
- Added custom debug logging
- Added functionality for patching IFO/BUP files during the manual compilation of DVD VIDEO FS
- Added samples for Delphi2009
Fixes:
- Import session ISO 9660 + Joliet extention for more then 3000 files
New API:
- StarBurn_UDF2_VolumeAnchorGet(...) API call added
- StarBurn_CdvdBurnerGrabber_GetLastAddress(...) API call added
- StarBurn_CdvdBurnerGrabber_TrackAtOnceFromFileAudioUnicodeEx(...) API call added
- StarBurn_UDF2_DirectoryBrowse(...) API calls added
- StarBurn_UDF2_DirectoryQuery(...) and StarBurn_UDF2_FileQuery(...) API calls added
- StarBurn_CdvdBurnerGrabber_GrabTrackEx(...) API calls added
- StarBurn_CdvdBurnerGrabber_GrabDVDEx(...) API calls added
- StarBurn_CdvdBurnerGrabber_UDFFileSystemLookup(...) API call added
- StarBurn_UDF2_FileDirectoryNameSet(...) and StarBurn_UDF2_FileDirectoryUnicodeNameSet(...) API calls added
- StarBurn_CdvdBurnerGrabber_AuthorizeDVDEx(...) API call added
- StarBurn_StarWave_CompressedFileReaderObjectUncompressedSizeGet_Fast(...) API call added
- StarBurn_GetAudioFileStreamSizeInUCHARs_Fast(...) API call added
- StarBurn_CdvdBurnerGrabber_GrabDVDFast(...) API call added
- StarBurn_StarWave_CompressedFileReaderObjectUnicodeCreate - API call added
- StarBurn_StarWave_UncompressedFileSupportedUnicodeIs - API call added
- StarBurn_StarWave_UncompressedFileSupportedUnicodeIsEx - API call added
- StarBurn_CdvdBurnerGrabber_GrabDVDFast(...) API call changed to use user callbacks for file I/O
- StarBurn_ImageFile_UDFFileSystemLookup(...) API call added
- StarBurn_UDF2_VolumeCreateBoot(...), StarBurn_UDF2_VolumeUnicodeCreateBoot(...) API calls added
- StarBurn_UDF2_FileBootCreate(...), StarBurn_UDF2_FileBootUnicodeCreate(...) API calls added
- StarBurn_UDF2_DirectoryContentsProcess(...), StarBurn_UDF2_DirectoryContentsUnicodeProcess(...) API calls added
- StarBurn_UpStartExEx(...) API have call added. Custom debug logging is now possible
- StarBurn_DebugPrintfEx(...) now processes debug facility codes as bitmasks. Multi-output is now possible
- StarBurn_DVDVideo_PatchTable, StarBurn_DVDVideo_PatchHeader API call added
- StarBurn_CdvdBurnerGrabber_UDFFileSystemLookupEx(...) API call changed
- StarBurn_CdvdBurnerGrabber_VerifyFileEx(...) API call added
- StarBurn_UDF2_FileSetAttributes (...) API call added
- StarBurn_ISO9660JolietFileTree_GetKidType API call added
StarBurnX release notes:
- x64 version introduced
- UDF data burner supports boot image
- SPTD is supported now
- DVD video burner supports an extra ( non video ) data
- Data burners allows to make more than one copy of the same file without actually
- copying this file to file system
- Data burner provides the new event - onFileIgnored
- Audio burner allows to keep unclosed the burned disc and the last burned session
- Audio burner provides the new event - OnTrackWriteBegin ( for SAO and DAO modes only )
- StarBurnX object provides some new informational properties and methods:
ProcessorArchitecture
- GetVersion ( returns values of the next properties of StarBurnX - majorVersion, minorVersion, starBurnXBuildID )
- CheckSPTDDriver ( returns information about SPTD driver currently installed )
- Track provides additional information about current track:
- StartingLBA
- EndingLBA
- TrackMode
- TrackMode2Forms
- Grabber provides some new properties:
- LockTray
- ReadSpeed
- FastReadTOC
- Progress event of Grabber object was improved
|