Stream time structure.
public struct TStreamTime { public uint sec; public uint ms; public uint samples; public TStreamHMSTime hms; }
|
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 |