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

« back to all changes in this revision

Viewing changes to libecasound/audioio-resample.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  virtual void open(void) throw(AUDIO_IO::SETUP_ERROR&);
68
68
  virtual void close(void);
69
69
 
70
 
  virtual bool finished(void) const;
 
70
  virtual void set_buffersize(long int samples);
 
71
  virtual long int buffersize(void) const;
 
72
 
 
73
  /*@}*/
 
74
 
 
75
  /** @name Reimplemented functions from ECA_AUDIO_POSITION */
 
76
  /*@{*/
 
77
 
 
78
  virtual SAMPLE_SPECS::sample_pos_t seek_position(SAMPLE_SPECS::sample_pos_t pos);
71
79
 
72
80
  /*@}*/
73
81
 
89
97
 
90
98
  mutable std::vector<std::string> params_rep;
91
99
  bool init_rep;
92
 
  SAMPLE_SPECS::sample_rate_t child_srate_rep;
93
 
  long int child_buffersize_rep;
 
100
  SAMPLE_SPECS::sample_rate_t child_srate_conf_rep;
94
101
  float psfactor_rep;
95
102
  int quality_rep;
96
103
  SAMPLE_BUFFER sbuf_rep;