Copyright © 2008-2016 MultiMedia Soft

SilencePositionsGetNum method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of silent portions detected through a previous call to the SilencePositionsDetect method. You can know the range belonging to each silent portion through the SilencePositionsGetRange method.

 

 

Syntax

 

[Visual Basic]

Public Function SilencePositionsGetNum (

) as Int32


 

[C#]

public Int32 SilencePositionsGetNum (

);


 

[C++]

public: Int32 SilencePositionsGetNum (

);


 

 

 

Return value

 

Value

Meaning

 

 

Value >= 0

The number of silent portions

Negative value

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