spAudio
Loading...
Searching...
No Matches
sp
spRwPlugin.h
1
/*
2
* spRwPlugin.h
3
*/
4
5
#ifndef __SPRWPLUGIN_H
6
#define __SPRWPLUGIN_H
7
8
#include <
sp/spWave.h
>
9
#include <
sp/spPlugin.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
#define SP_PLUGIN_RW "rw 1.1"
16
17
typedef
struct
_spRwPluginRec spRwPluginRec;
18
19
#define SP_RW_PLUGIN_DEFAULT_DRIVER (-1)
20
21
22
#if defined(MACOS)
23
#pragma import on
24
#endif
25
26
extern
spBool
spIsRwPlugin(
spPlugin
*plugin);
27
extern
spBool
spIsAudioDriverPlugin(
spPlugin
*plugin);
28
extern
spBool
spIsSupportedByPluginForWrite(
spPlugin
*plugin,
const
char
*filename);
29
30
#if defined(MACOS)
31
#pragma import off
32
#endif
33
34
#ifdef __cplusplus
35
}
/* Close scope of 'extern "C"' declaration */
36
#endif
37
38
#endif
/* __SPRWPLUGIN_H */
spPlugin
spBool
int spBool
spPlugin.h
spWave.h
Generated by
1.11.0