|
RecordedSound.GetFormattedPlaybackPosition method |
![]() ![]()
|
Remarks
Retrieves a formatted string representing the current time position during a playback session. The string is formatted as hh:mm:ss:ms(3) in which hh is for hours, mm is for minutes, ss is for seconds and ms(3) are three characters representing the milliseconds. For example [04:34:200] indicates that the playing sound has performed, till now, for 4 minutes, 34 seconds and 200 milliseconds.
The playback position in milliseconds can be obtained using the RecordedSound.GetPlaybackPosition method.
For further details about recorded sound methods refer to the RecordedSound object section. For further details see the How to perform a recording session section.
Syntax
Return value
|