Alvas.Audio Class Library

AudioCompressionManager.Driver Event

Occurs when the next driver details are retrieved from the system.

[Visual Basic]
Public Event Driver As DriverEventHandler
[C#]
public event DriverEventHandler Driver;

Event Data

The event handler receives an argument of type DriverEventArgs containing data related to this event. The following DriverEventArgs properties provide information specific to this event.

Property Description
DriverDetails Gets driver details.
Proceed Sets true to continue enumeration or false to stop enumeration.

See Also

AudioCompressionManager Class | Alvas.Audio Namespace