Copyright © 2006-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 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 (

);