MediaPlayercurrentPlaybackTime Method |
Returns the current playback time.
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int currentPlaybackTime()
Public Function currentPlaybackTime As Integer
public:
int currentPlaybackTime()
member currentPlaybackTime : unit -> int
Return Value
Type:
Int32The current playback time.
See Also