Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
ResetEngine method 
 
Remarks 
 
Resets the multimedia engine: this method can be used in order to enumerate again available sound devices which could have been plugged or unplugged into a USB port; the container application can be notified when a USB device is 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] 
Public Sub ResetEngine
)
 
[C#] 
public void ResetEngine
);
 
[C++] 
public: void ResetEngine
);
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents