blob: 13b100dcfff1eba980078d5450a39a4b7b45ccad (
plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
;------------------------------------------------------------------------
; $Id: s.audiofile.def 1.1 01/08/27 21:29:49-00:00 mpruett@cvs.68k.org $
; $Name: <Not implemented> $
;
; Win32 port, August 2001 Chris Wolf
;------------------------------------------------------------------------
;
; This should be kept syncronized with the publicly exposed API
; defined by audiofile.h
;
LIBRARY
;
DESCRIPTION "Entry points for libaudiofile."
;
EXPORTS
afCloseFile
afFreeFileSetup
afGetAESChannelData
afGetByteOrder
afGetChannels
afGetCompression
afGetDataOffset
afGetFileFormat
afGetFrameCount
afGetFrameSize
afGetInstIDs
afGetInstParamLong
afGetInstParams
afGetLoopCount
afGetLoopEnd
afGetLoopEndFrame
afGetLoopIDs
afGetLoopMode
afGetLoopStart
afGetLoopStartFrame
afGetLoopTrack
afGetMarkComment
afGetMarkIDs
afGetMarkName
afGetMarkPosition
afGetMiscIDs
afGetMiscSize
afGetMiscType
afGetPCMMapping
afGetRate
afGetSampleFormat
afGetTrackBytes
afGetTrackIDs
afGetVirtualByteOrder
afGetVirtualChannels
afGetVirtualFrameSize
afGetVirtualPCMMapping
afGetVirtualSampleFormat
afIdentifyFD
afIdentifyNamedFD
afInitAESChannelData
afInitAESChannelDataTo
afInitByteOrder
afInitChannels
afInitCompression
afInitDataOffset
afInitFileFormat
afInitFrameCount
afInitInstIDs
afInitLoopIDs
afInitMarkComment
afInitMarkIDs
afInitMarkName
afInitMiscIDs
afInitMiscSize
afInitMiscType
afInitPCMMapping
afInitRate
afInitSampleFormat
afInitTrackIDs
afNewFileSetup
afOpenFD
afOpenFile
afOpenNamedFD
; afOpenVirtualFile @65 ; not implemented
afQuery
afQueryDouble
afQueryLong
afQueryPointer
afReadFrames
afReadMisc
; afRestoreFilePosition @72 ; not implemented
; afSaveFilePosition @73 ; not implemented
afSeekFrame
afSeekMisc
afSetAESChannelData
afSetChannelMatrix
afSetErrorHandler
afSetInstParamLong
afSetInstParams
afSetLoopCount
afSetLoopEnd
afSetLoopEndFrame
afSetLoopMode
afSetLoopStart
afSetLoopStartFrame
afSetLoopTrack
afSetMarkPosition
afSetTrackPCMMapping
afSetVirtualByteOrder
afSetVirtualChannels
afSetVirtualPCMMapping
afSetVirtualSampleFormat
afSyncFile
afTellFrame
afWriteFrames
afWriteMisc
|