Copyright © 2005-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.

 

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;