PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
EngineMediaChangeEventArgs Class Reference

Provides data for the Engine.OnMediaChange event. More...

Inherits EventArgs.

Public Attributes

bool Arrival
 If true then a new device has been added to the system.
 
Int32 DeviceIndex
 The index of the device that fired the Engine.OnMediaChange event (as is reported by the DeviceEnumerator interface).
 
String DevicePath
 The path that corresponds to the device that fired the change event (For example: "E:").
 

Detailed Description

Provides data for the Engine.OnMediaChange event.

Member Data Documentation

◆ Arrival

bool Arrival

If true then a new device has been added to the system.

If false, then a device has been removed from the system.