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

« back to all changes in this revision

Viewing changes to libecasound/eca-control-base.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:
32
32
  pthread_t th_cqueue_rep;
33
33
  ATOMIC_INTEGER engine_exited_rep;
34
34
  int float_to_string_precision_rep;
 
35
  int engine_pid_rep;
 
36
  bool joining_rep;
35
37
 
36
38
  static void* start_normal_thread(void *ptr);
37
39
 
60
62
  void stop_on_condition(void);
61
63
  int run(bool batchmode = true);
62
64
  void quit(void);
 
65
  void quit_async(void);
63
66
 
64
67
  // -------------------------------------------------------------------
65
68
  // ECI specific routines