SilencePositionsNumGet method |
|
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 SilencePositionsNumGet ( nPositionsCount as Int32 ) as enumErrorCodes |
[C#] public enumErrorCodes SilencePositionsNumGet ( ref Int32 nPositionsCount ); |
[C++] public: enumErrorCodes SilencePositionsNumGet ( Int32 __gc *nPositionsCount ); |
Parameter |
Description |
|
|
nPositionsCount |
Reference that, after returning from the method call, will contain the number of detected silent portions |
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 |