Copyright © 2008-2019 MultiMedia Soft

TracksPositionsRangeAttachToNext method

Previous pageReturn to chapter overviewNext page

Remarks

 

Attaches the given audible track to the next one.

 

 

Syntax

 

[Visual Basic]

Public Function TracksPositionsRangeAttachToNext (

nPositionIndex as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes TracksPositionsRangeAttachToNext (

Int32 nPositionIndex

);


 

[C++]

public: enumErrorCodes TracksPositionsRangeAttachToNext (

Int32 nPositionIndex

);


 

 

Parameter

Description

 

 

nPositionIndex

Number representing the zero-based index of the audible track.

 

 

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