Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GetCurrentSecond method 
 
Remarks 
 
Gets the seconds value for the current position during a play session. If for example the current position is 3:15:234 (3 minutes, 15 seconds, 234 ms) the call will return 15. 
 
 
Syntax 
 
[Visual Basic] 
control.GetCurrentSecond
nPlayer As Integer 
) as Integer
 
[C++] 
short control.GetCurrentSecond
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player whose information must be retrieved
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
Value >= 0
The number of seconds inside the current playing position
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents