Copyright © 2001-2011 MultiMedia Soft

ResetEngine method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resets the multimedia engine: this method can be used in order to enumerate again available sound devices which could have been hot-plugged or unplugged into a USB port; the container application can be notified when a USB device is hot-plugged or unplugged through the DeviceChange event. Immediately after calling this method it's mandatory to make a call to the ResetControl method in order to re-initialize the control.

 

 

Syntax

 

[Visual Basic]

control.ResetEngine (

)


 

[C++]

void control.ResetEngine (

);