|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function BeatsDetectGetBeatPos (
nPlayerIndex as Int16,
nBeatIndex as Int32
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes BeatsDetectGetBeatPos (
Int16 nPlayerIndex,
Int32 nBeatIndex
);
|
|
[C++]
public: enumErrorCodes BeatsDetectGetBeatPos (
Int16 nPlayerIndex,
Int32 nBeatIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
|
nBeatIndex
|
Zero-based index of the requested beat
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
Value >= 0
|
The number of detected beats
|