~ubuntu-branches/ubuntu/hardy/lmms/hardy

« back to all changes in this revision

Viewing changes to include/audio_file_wave.h

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Doerffel
  • Date: 2007-09-17 15:00:24 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070917150024-mo0zk4ks81jawqii
Tags: 0.3.0-1ubuntu1
* Resynchronized with Debian (LP: #139759, LP: #90806, LP: #102639,
  LP: #113447, LP: #121172, LP: #124890)
* reverted changes from 0.2.1-1.1ubuntu1 as upstream merged/included them

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *
19
19
 * You should have received a copy of the GNU General Public
20
20
 * License along with this program (see COPYING); if not, write to the
21
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22
 
 * Boston, MA 02111-1307, USA.
 
21
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
22
 * Boston, MA 02110-1301 USA.
23
23
 *
24
24
 */
25
25
 
66
66
 
67
67
private:
68
68
        virtual void FASTCALL writeBuffer( const surroundSampleFrame * _ab,
69
 
                                                const fpab_t _frames,
 
69
                                                const fpp_t _frames,
70
70
                                                float _master_gain );
71
71
 
72
72
        bool startEncoding( void );