about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibsndfile_private.h
blob: 7aef440e1e09a8b0a16039cbb33a484e8bf84e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif

GOM(sf_close, iFEp)
GO(sf_command, iFpipi)
GO(sf_current_byterate, iFp)
GO(sf_error, iFp)
GO(sf_error_number, pFi)
GO(sf_error_str, pFpi)
GO(sf_format_check, iFp)
GO(sf_get_chunk_data, iFpp)
GO(sf_get_chunk_iterator, pFpp)
GO(sf_get_chunk_size, iFpp)
GO(sf_get_string, pFpi)
GO(sf_next_chunk_iterator, pFp)
GO(sf_open, pFpip)
GO(sf_open_fd, pFiipi)
GOM(sf_open_virtual, pFEpipp)
GO(sf_perror, iFp)
GO(sf_read_double, IFppI)
GO(sf_readf_double, IFppI)
GO(sf_readf_float, IFppI)
GO(sf_readf_int, IFppI)
GO(sf_read_float, IFppI)
GO(sf_readf_short, IFppI)
GO(sf_read_int, IFppI)
GO(sf_read_raw, IFppI)
GO(sf_read_short, IFppI)
GO(sf_seek, IFpIi)
GO(sf_set_chunk, iFpp)
GO(sf_set_string, iFpip)
GO(sf_strerror, pFp)
GO(sf_version_string, pFv)
GO(sf_write_double, IFppI)
GO(sf_writef_double, IFppI)
GO(sf_writef_float, IFppI)
GO(sf_writef_int, IFppI)
GO(sf_write_float, IFppI)
GO(sf_writef_short, IFppI)
GO(sf_write_int, IFppI)
GO(sf_write_raw, IFppI)
GO(sf_write_short, IFppI)
GO(sf_write_sync, vFp)