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

« back to all changes in this revision

Viewing changes to libecasound/audioio-plugin.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2005-04-14 09:15:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050414091548-o7kgb47z0tcunh0s
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef INCLUDED_AUDIOIO_PLUGIN_H
 
2
#define INCLUDED_AUDIOIO_PLUGIN_H
 
3
 
 
4
class AUDIO_IO;
 
5
 
 
6
typedef AUDIO_IO * 
 
7
(*audio_io_descriptor)(void);
 
8
typedef int 
 
9
(*audio_io_interface_version)(void);
 
10
typedef const char *  
 
11
(*audio_io_keyword)(void);
 
12
typedef const char *  
 
13
(*audio_io_keyword_regex)(void);
 
14
 
 
15
#endif