Copyright © 2006-2019 MultiMedia Soft

WarnNoOutputDevice event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the multimedia engine detects that no sound card with a valid output device is installed inside the system or when the system default sound card, although available inside the system, is locked by some other entity, for example a custom implementation of the ASIO protocol.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event WarnNoOutputDevice As EventHandler


 

[C#]

public event EventHandler WarnNoOutputDevice;


 

[C++]

public: __event EventHandler* WarnNoOutputDevice;


 

 

Event Data

 

The event handler receives an argument of type EventArgs.