Remarks
Occurs when a file containing cue points have been loaded into the player.
Syntax
[Visual Basic]
CuePointsLoaded (
ByVal nPlayer as Integer
)
|
|
[C++]
void CuePointsLoaded (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the involved player
|
|