|
SilencePositionsGetNum 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.SilencePositionsGetNum ( ) as Long |
[C++] long control.SilencePositionsGetNum ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
>= 0 |
The number of silent portions |