libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayDelphi.TStreamTime Record

Stream time structure.

Pascal
TStreamTime = record
  sec: Cardinal;
  ms: Cardinal;
  samples: Cardinal;
  hms: TStreamHMSTime;
end;
Parameters 
Description 
sec 
Total time in seconds. 
ms 
Total time in milliseconds. 
samples 
Total time in samples. 
hms 
Total time in TStreamHMSTime format. 

Use TTimeFormat to specify which member in this structure is valid.

Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr