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

« back to all changes in this revision

Viewing changes to libecasound/plugins/audioio_jack.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:
41
41
 
42
42
  virtual bool finished(void) const;
43
43
 
 
44
  virtual void write_buffer(SAMPLE_BUFFER* sbuf);
 
45
 
44
46
  virtual long int read_samples(void* target_buffer, long int samples);
45
47
  virtual void write_samples(void* target_buffer, long int samples);
46
48
 
68
70
 
69
71
  AUDIO_IO_JACK_MANAGER* jackmgr_rep;
70
72
  int myid_rep;
 
73
  bool error_flag_rep;
71
74
 
72
75
  std::vector<std::string> params_rep;
73
76
  SAMPLE_SPECS::sample_pos_t curpos_rep;