Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
GetPlaybackTime method 
 
Remarks 
 
Gets the effective playback position during a playback session. 
 
 
Syntax 
 
[Visual Basic] 
control.GetPlaybackTime
nPlayer as Integer 
) as Long
 
[C++] 
long control.GetPlaybackTime
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player whose information must be retrieved
 
 
Return value 
 
The current playback time. A negative value may indicate that an error occurred: check the LastError property in order to see which error occurred. 
 
 
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents