| 41 | using namespace IECore; |
| 42 | |
| 43 | OversamplesCalculator::OversamplesCalculator( float frameRate, unsigned samplesPerFrame, unsigned ticksPerSecond ) |
| 44 | : m_frameRate( frameRate ), m_samplesPerFrame( samplesPerFrame ), m_ticksPerSecond( ticksPerSecond ) |
| 45 | { |
| 46 | } |
| 47 | |
| 48 | void OversamplesCalculator::setFrameRate( float frameRate ) |
| 49 | { |