Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.How can i get similar behavior to Roxio Toast or iTunes where clicking a 'burn' button allows the next inserted blank CD-R to bypass the Finder and be accepted by my application?

Answer: You need to get a media reservation.
Example
dim d as DRDeviceMBS // get a device
d.AcquireMediaReservation

Use the plugin function AcquireMediaReservation and later release it using ReleaseMediaReservation.
See plugin examples on how to use it and check Apples DiscRecording framework documentation for more details.


The biggest plugin in space...