Copyright © 2011-2019 MultiMedia Soft

Effects.VolumeAutomationPointGetCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of volume points available inside the current volume automation procedure.

 

For further details about defining a volume automation procedure refer to the How to define a volume automation procedure section.

For further details about methods related to the use of special effects refer to the EffectsMan class.

 

 

Syntax

 

[Visual Basic]

Public Function VolumeAutomationPointGetCount (

) as Int32


 

[C#]

public Int32 VolumeAutomationPointGetCount (

);


 

[C++]

public: Int32 VolumeAutomationPointGetCount (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

Value >= 0

Number of available volume points