Copyright © 2011-2023 MultiMedia Soft

ResetControl method

Previous pageReturn to chapter overviewNext page

Remarks

 

Re-initialises the control after a reset of the multimedia engine: the call to this method is mandatory after a call to the ResetEngine method of the Audio DJ Studio API and Audio Sound Recorder API components. The purpose of this method is mostly identical to the InitEditor method.

 

 

Syntax

 

[Visual Basic]

Public Function ResetControl (

) As enumErrorCodes


 

[C#]

public enumErrorCodes ResetControl (

);


 

[C++]

public: enumErrorCodes ResetControl (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.