IMAPI2: Data, Audio (Track At Once) and Audio (Disc At Once)

Data burning: Detect proper drive (IDiscMaster2 => IDiscRecorder2) Create image IFileSystemImage & fill it: Import old multisessions (if any on media) IDiscFormat2Data::get_MultisessionInterfaces => IFileSystemImage::put_MultisessionInterfaces Import old image (if media is not blank): IFileSystemImage::ImportFileSystem Set up target filesystems & restrictions Fill IFileSystemImage with data (dirs, files & streams), delete unnecessary imported data Set up appropriate properties…

0

Writing optical discs using IMAPI 2 in powershell

Hello, Today I’m going to show how to use Image Mastering API (IMAPI2) in powershell. I’m using that technique when need quickly to burn some data, in format, which is not exposed by default in Explorer. This also can be useful if you are developing some code on IMAPI2 and need some proof of concept,…

4