Mercurial > hg > aimc
comparison src/Modules/Output/FileOutputAIMC.h @ 159:64c3f4e25877
-Renamed sample_count to frame_count - a more accurate description.
author | tomwalters |
---|---|
date | Mon, 07 Jun 2010 08:38:21 +0000 |
parents | ce97ae23c66b |
children | 82e0dc3dfd16 |
comparison
equal
deleted
inserted
replaced
158:eeeb5dceb60e | 159:64c3f4e25877 |
---|---|
61 */ | 61 */ |
62 FILE *file_handle_; | 62 FILE *file_handle_; |
63 | 63 |
64 /*! \brief Count of the number of samples in the file, written on close | 64 /*! \brief Count of the number of samples in the file, written on close |
65 */ | 65 */ |
66 int sample_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_; |