Copyright © 2001-2019 MultiMedia Soft
LoadSoundFromEditingSession method
Remarks
Loads a sound from an instance of the Active Sound Editor control.
Syntax
[Visual Basic]
control.LoadSoundFromEditingSession (
nPlayer as Integer,
hWndEditorCtrl as OLE_HANDLE
) as enumErrorCodes
[C++]
short control.LoadSoundFromEditingSession (
short nPlayer,
OLE_HANDLE hWndEditorCtrl
);
Parameter
Description
nPlayer
Number representing the zero-based index of the involved player
hWndEditorCtrl
Window handle to the instance of a Active Sound Editor control
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