Copyright © 2005-2019 MultiMedia Soft

VolumeAutomation.PointGetNext method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the zero-based index of the next volume point.

 

For details about using Volume Automation refer to the How to manage Volume Automation tutorial.

 

Syntax

 

[Visual Basic]

Public Function PointGetNext (

nPlayerIndex as Int16,

ByRef nIndexVolumePoint as Int32

) as enumErrorCodes


 

[C#]

public enumErrorCodes PointGetNext (

Int16 nPlayerIndex,

ref Int32 nIndexVolumePoint

);


 

[C++]

public: enumErrorCodes PointGetNext (

Int16 nPlayerIndex,

Int32 __gc *nIndexVolumePoint

);


 

 

 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the involved player

nIndexVolumePoint

Reference that, on return from the method call, will contain the zero-based index of the next volume point inside the volume automation procedure.

 

 

Return value

 

Value

Meaning

 

 

enumErrorCodes.NOERROR (0)

The method call was successful

Negative value

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