Copyright © 2008-2019 MultiMedia Soft

EditSoundCancel method

Previous pageReturn to chapter overviewNext page

Remarks

 

Stops an existing sound editing session started through a call to any of the available editing methods.

 

Syntax

 

[Visual Basic]

Public Function EditSoundCancel (

) as enumErrorCodes


 

[C#]

public enumErrorCodes EditSoundCancel (

);


 

[C++]

public: enumErrorCodes EditSoundCancel (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.