MediaPlayercurrentPlaybackTime Method (Boolean) |
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(
bool showTimeInDebug
)
Public Function currentPlaybackTime (
showTimeInDebug As Boolean
) As Integer
public:
int currentPlaybackTime(
bool showTimeInDebug
)
member currentPlaybackTime :
showTimeInDebug : bool -> int
Parameters
- showTimeInDebug
- Type: SystemBoolean
Return Value
Type:
Int32The current playback time.
See Also