|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetPlaybackTimeString (
nPlayer as Integer,
bShowHour as enumBoolean,
bShowMs as enumBoolean
) as String
|
|
[C++]
long control.GetPlaybackTimeString (
short nPlayer,
short bShowHour,
short bShowMs
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the player whose information must be retrieved
| |||||||||
|
bShowHour
|
Boolean value that tells the player to avoid displaying the 'hour' position field
| |||||||||
|
bShowMs
|
Boolean value that tells the player to avoid displaying the 'milliseconds' position field
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred (see the LastError property for further error details)
|
|
Valid string
|
The formatted playback time
|