~ubuntu-branches/ubuntu/edgy/ekiga/edgy

« back to all changes in this revision

Viewing changes to src/devices/audio.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-06-26 11:10:35 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060626111035-xapgx0ov26c69t3y
Tags: 2.0.2-1ubuntu1
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/control.in, debian/patches/01_lpi.dpatch, 
    debian/patches/02_autoconf.dpatch: 
    - Launchpad Integration
  - debian/control.in, debian/patches/42_change_pixmaps.dpatch:
    - patched icons.
  - debian/patches/trayicon_transparency.dpatch:
    - upstream fix to enable transparency in the system tray.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
   * BEHAVIOR     :  /
107
107
   * PRE          :  /
108
108
   */
109
 
  GMAudioTester (gchar *,
110
 
                 gchar *,
111
 
                 gchar *,
112
 
                 GMManager &);
 
109
  GMAudioTester (gchar *manager,
 
110
                 gchar *player,
 
111
                 gchar *recorder,
 
112
                 GMManager &endpoint);
113
113
 
114
114
 
115
115
  /* DESCRIPTION  :  The destructor.
156
156
 
157
157
 public:
158
158
 
159
 
  GMAudioRP (BOOL, 
160
 
             GMAudioTester &);
 
159
  GMAudioRP (BOOL enc, 
 
160
             GMAudioTester &t);
161
161
  ~GMAudioRP ();
162
162
 
163
163
  void Main ();
164
164
  
165
 
  static gfloat GetAverageSignalLevel (const short *, int);
 
165
  static gfloat GetAverageSignalLevel (const short *buffer, int size);
166
166
 
167
167
 private:
168
168