libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayCpp::TStreamTime Structure

Stream time structure.

C++
typedef struct {
  unsigned int sec;
  unsigned int ms;
  unsigned int samples;
  TStreamHMSTime hms;
} TStreamTime;
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