~ubuntu-branches/ubuntu/wily/ecasound2.2/wily

« back to all changes in this revision

Viewing changes to libecasound/audioio-mp3.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-11-02 18:22:35 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091102182235-4ngh7699dmkgonyu
Tags: 2.7.0-1
* New upstream release.
* Depend on libreadline-dev instead of libreadline5-dev by request of
  Mattias Klose. It's now libreadline6-dev. (closes: #553748)
* Update menu file to use section Applications/ instead of Apps/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
 private:
20
20
  
21
 
  static std::string default_input_cmd;
22
 
  static std::string default_output_cmd;
 
21
  static std::string conf_input_cmd;
 
22
  static std::string conf_output_cmd;
 
23
  static long int conf_default_output_bitrate;
23
24
 
24
25
 public:
25
26
 
26
27
  static void set_input_cmd(const std::string& value);
27
28
  static void set_output_cmd(const std::string& value);
28
 
  static long int default_output_default_bitrate;
29
29
 
30
30
 public:
31
31