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] control.SilencePositionsNumGet ( nPositionsCount as Long, ) as enumErrorCodes |
[C++] short control.SilencePositionsNumGet ( long* 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 |