Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents  
 
CuePointsGetCount method 
 
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] 
Public Function CuePointsGetCount
nPlayerIndex as Int16 
) as Int32
 
[C#] 
public Int32 CuePointsGetCount
Int16 nPlayerIndex 
);
 
[C++] 
public: Int32 CuePointsGetCount
Int16 nPlayerIndex 
);
 
 
 
Parameter
Description
 
 
nPlayerIndex
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2005-2008 MultiMedia Soft 
Return to Table of contents