~ubuntu-branches/ubuntu/gutsy/audacity/gutsy-backports

« back to all changes in this revision

Viewing changes to src/export/Export.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-18 21:58:19 UTC
  • mfrom: (13.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080218215819-tmbcf1rx238r8gdv
Tags: 1.3.4-1.1ubuntu1~gutsy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                       bool selectedOnly,
64
64
                       double t0,
65
65
                       double t1,
66
 
                       MixerSpec *mixerSpec = NULL);
 
66
                       MixerSpec *mixerSpec = NULL,
 
67
                       bool use_meta=true);
 
68
 
67
69
   virtual bool DoExport(AudacityProject *project,
68
70
                         int channels,
69
71
                         wxString fName,