Copyright © 2005-2019 MultiMedia Soft

LoadSoundFromEditingSession method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads a sound from the given instance of Audio Sound Editor for .NET or from the given instance of Audio Sound Editor API for .NET .

 

 

Syntax

 

[Visual Basic]

Public Function LoadSoundFromEditingSession (

nPlayerIndex as Int16,

hWndEditorCtrl as IntPtr

) as enumErrorCodes


 

[C#]

public enumErrorCodes LoadSoundFromEditingSession (

Int16 nPlayerIndex,

IntPtr hWndEditorCtrl

);


 

[C++]

public: enumErrorCodes LoadSoundFromEditingSession (

Int16 nPlayerIndex,

IntPtr hWndEditorCtrl

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

hWndEditorCtrl

The value of the Handle property of an instance of Audio Sound Editor for .NET or Audio Sound Editor API for .NET

 

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The song file has been loaded successfully.

Negative value

An error occurred: see the LastError property for further error details or for a list of the possible error values.