Time format.
enum class TTimeFormat : System::UInt32 { tfMillisecond = 1, tfSecond = 2, tfHMS = 4, tfSamples = 8 };
Parameters |
Description |
tfMillisecond |
ms member of TStreamTime structure is valid. |
tfSecond |
sec member of TStreamTime structure is valid. |
tfHMS |
hms member of TStreamTime structure is valid. |
tfSamples |
samples member of TStreamTime structure is valid. |
This values specifies which time format is used from TStreamTime structure.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |