Remarks
Obtains the number of cue points set into the given player.
See the How to add Triggers and Cue Points to a player section for further details about cue points.
Syntax
[Visual Basic]
control.CuePointsGetCount (
nPlayer as Integer
) as Long
|
|
[C++]
long control.CuePointsGetCount (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player owning the cue points
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
>= 0
|
The number of existing cue points
|
|