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

« back to all changes in this revision

Viewing changes to libecasound/audioio-reverse.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  /** @name Reimplemented functions from ECA_AUDIO_POSITION */
58
58
  /*@{*/
59
59
 
60
 
  virtual void seek_position(void);
 
60
  SAMPLE_SPECS::sample_pos_t seek_position(SAMPLE_SPECS::sample_pos_t pos);
61
61
 
62
62
  /* -- not reimplemented 
63
63
   * virtual SAMPLE_SPECS::sample_pos_t position_in_samples(void) const { return(child_repp->position_in_samples()); }
92
92
  bool finished_rep;
93
93
  SAMPLE_BUFFER* tempbuf_repp;
94
94
 
 
95
  static const int child_parameter_offset = 1;
 
96
 
95
97
  AUDIO_IO_REVERSE& operator=(const AUDIO_IO_REVERSE& x) { return *this; }
96
98
  AUDIO_IO_REVERSE (const AUDIO_IO_REVERSE& x) { }
97
99