Copyright © 2006-2019 MultiMedia Soft

WarnNoInputDevice event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the multimedia engine detects that no sound card with a valid input 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 WarnNoInputDevice As EventHandler


 

[C#]

public event EventHandler WarnNoInputDevice;


 

[C++]

public: __event EventHandler* WarnNoInputDevice;


 

Event Data

 

The event handler receives an argument of type EventArgs.