Copyright © 2001-2011 MultiMedia Soft

GetPlaybackTime method

Previous pageReturn to chapter overviewNext page

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.