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

« back to all changes in this revision

Viewing changes to libecasound/eca-chain.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:
128
128
  /** @name Functions implemented from ECA_AUDIO_POSITION */
129
129
  /*@{*/
130
130
 
131
 
  virtual void seek_position(void);
 
131
  virtual SAMPLE_SPECS::sample_pos_t seek_position(SAMPLE_SPECS::sample_pos_t pos);
 
132
  virtual bool supports_seeking(void) const { return true; }
 
133
  virtual bool supports_seeking_sample_accurate(void) const { return true; }
132
134
 
133
135
  /*@}*/
134
136