Property MLASFPlayer.TMLASFBasicPlayer.CurrentTime
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TMLASFBasicPlayer
| Contents | 
Syntax
Delphi:
property CurrentTime : Int64 read GetDSCurrentTime write SetDSCurrentTime;
C++ Builder:
__property __int64 CurrentTime = { read=GetDSCurrentTime,  write=SetDSCurrentTime };
Summary
Current time being played.
Description
Sets or gets the current time of the sample being played in
100 nano second units.
