Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/RealTime.h @ 76:6683f99107cf
* Use m_impl structure for PluginAdapter as well
* Doc updates
author | cannam |
---|---|
date | Thu, 07 Jun 2007 14:15:24 +0000 |
parents | 83d3eb580731 |
children | e33fa45f0935 |
comparison
equal
deleted
inserted
replaced
75:0f8524203677 | 76:6683f99107cf |
---|---|
50 struct timeval; | 50 struct timeval; |
51 | 51 |
52 namespace Vamp { | 52 namespace Vamp { |
53 | 53 |
54 /** | 54 /** |
55 * \class RealTime RealTime.h <vamp-sdk/RealTime.h> | |
56 * | |
55 * RealTime represents time values to nanosecond precision | 57 * RealTime represents time values to nanosecond precision |
56 * with accurate arithmetic and frame-rate conversion functions. | 58 * with accurate arithmetic and frame-rate conversion functions. |
57 */ | 59 */ |
58 | 60 |
59 struct RealTime | 61 struct RealTime |