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] Public Function TracksPositionsNumGet ( nPositionsCount as Int32 ) as Int32 |
[C#] public Int32 TracksPositionsNumGet ( ref Int32 nPositionsCount ); |
[C++] public: Int32 TracksPositionsNumGet ( Int32 __gc *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 |