comparison src/Modules/Output/FileOutputAIMC.h @ 117:c5ac2f0c7fc5

- All \t to two spaces (style guide compliance)
author tomwalters
date Fri, 15 Oct 2010 05:46:53 +0000
parents 6dc9bc6cc13b
children f03d4455b262
comparison
equal deleted inserted replaced
116:47b009f2c936 117:c5ac2f0c7fc5
65 */ 65 */
66 int frame_count_; 66 int frame_count_;
67 67
68 int channel_count_; 68 int channel_count_;
69 int buffer_length_; 69 int buffer_length_;
70 float sample_rate_; 70 float sample_rate_;
71 float frame_period_ms_; 71 float frame_period_ms_;
72 }; 72 };
73 } // namespace aimc 73 } // namespace aimc
74 74
75 #endif // AIMC_MODULES_OUTPUT_AIMC_H_ 75 #endif // AIMC_MODULES_OUTPUT_AIMC_H_