TracksPositionsNumGet method |
|
Remarks
Obtains the number of audible tracks detected through a previous call to the TracksPositionsDetect method. You can know the range belonging to each tracks through the TracksPositionsRangeGet method.
Syntax
[Visual Basic] control.TracksPositionsNumGet ( nPositionsCount as Long, ) as Long |
[C++] long control.TracksPositionsNumGet ( long* nPositionsCount, ); |
Parameter |
Description |
|
|
nPositionsCount |
Reference that, after returning from the method call, will contain the number of detected audible tracks |
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 |