Revision 20220,
2.1 KB
checked in by ghudson, 21 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r20219,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[20219] | 1 | ;------------------------------------------------------------------------ |
---|
| 2 | ; $Id: audiofile.def,v 1.1.1.1 2004-03-03 17:26:22 ghudson Exp $ |
---|
| 3 | ; $Name: not supported by cvs2svn $ |
---|
| 4 | ; |
---|
| 5 | ; Win32 port, August 2001 Chris Wolf |
---|
| 6 | ;------------------------------------------------------------------------ |
---|
| 7 | ; |
---|
| 8 | ; This should be kept syncronized with the publicly exposed API |
---|
| 9 | ; defined by audiofile.h |
---|
| 10 | ; |
---|
| 11 | LIBRARY |
---|
| 12 | ; |
---|
| 13 | DESCRIPTION "Entry points for libaudiofile." |
---|
| 14 | ; |
---|
| 15 | EXPORTS |
---|
| 16 | |
---|
| 17 | afCloseFile |
---|
| 18 | afFreeFileSetup |
---|
| 19 | afGetAESChannelData |
---|
| 20 | afGetByteOrder |
---|
| 21 | afGetChannels |
---|
| 22 | afGetCompression |
---|
| 23 | afGetDataOffset |
---|
| 24 | afGetFileFormat |
---|
| 25 | afGetFrameCount |
---|
| 26 | afGetFrameSize |
---|
| 27 | afGetInstIDs |
---|
| 28 | afGetInstParamLong |
---|
| 29 | afGetInstParams |
---|
| 30 | afGetLoopCount |
---|
| 31 | afGetLoopEnd |
---|
| 32 | afGetLoopEndFrame |
---|
| 33 | afGetLoopIDs |
---|
| 34 | afGetLoopMode |
---|
| 35 | afGetLoopStart |
---|
| 36 | afGetLoopStartFrame |
---|
| 37 | afGetLoopTrack |
---|
| 38 | afGetMarkComment |
---|
| 39 | afGetMarkIDs |
---|
| 40 | afGetMarkName |
---|
| 41 | afGetMarkPosition |
---|
| 42 | afGetMiscIDs |
---|
| 43 | afGetMiscSize |
---|
| 44 | afGetMiscType |
---|
| 45 | afGetPCMMapping |
---|
| 46 | afGetRate |
---|
| 47 | afGetSampleFormat |
---|
| 48 | afGetTrackBytes |
---|
| 49 | afGetTrackIDs |
---|
| 50 | afGetVirtualByteOrder |
---|
| 51 | afGetVirtualChannels |
---|
| 52 | afGetVirtualFrameSize |
---|
| 53 | afGetVirtualPCMMapping |
---|
| 54 | afGetVirtualSampleFormat |
---|
| 55 | afIdentifyFD |
---|
| 56 | afIdentifyNamedFD |
---|
| 57 | afInitAESChannelData |
---|
| 58 | afInitAESChannelDataTo |
---|
| 59 | afInitByteOrder |
---|
| 60 | afInitChannels |
---|
| 61 | afInitCompression |
---|
| 62 | afInitDataOffset |
---|
| 63 | afInitFileFormat |
---|
| 64 | afInitFrameCount |
---|
| 65 | afInitInstIDs |
---|
| 66 | afInitLoopIDs |
---|
| 67 | afInitMarkComment |
---|
| 68 | afInitMarkIDs |
---|
| 69 | afInitMarkName |
---|
| 70 | afInitMiscIDs |
---|
| 71 | afInitMiscSize |
---|
| 72 | afInitMiscType |
---|
| 73 | afInitPCMMapping |
---|
| 74 | afInitRate |
---|
| 75 | afInitSampleFormat |
---|
| 76 | afInitTrackIDs |
---|
| 77 | afNewFileSetup |
---|
| 78 | afOpenFD |
---|
| 79 | afOpenFile |
---|
| 80 | afOpenNamedFD |
---|
| 81 | ; afOpenVirtualFile @65 ; not implemented |
---|
| 82 | afQuery |
---|
| 83 | afQueryDouble |
---|
| 84 | afQueryLong |
---|
| 85 | afQueryPointer |
---|
| 86 | afReadFrames |
---|
| 87 | afReadMisc |
---|
| 88 | ; afRestoreFilePosition @72 ; not implemented |
---|
| 89 | ; afSaveFilePosition @73 ; not implemented |
---|
| 90 | afSeekFrame |
---|
| 91 | afSeekMisc |
---|
| 92 | afSetAESChannelData |
---|
| 93 | afSetChannelMatrix |
---|
| 94 | afSetErrorHandler |
---|
| 95 | afSetInstParamLong |
---|
| 96 | afSetInstParams |
---|
| 97 | afSetLoopCount |
---|
| 98 | afSetLoopEnd |
---|
| 99 | afSetLoopEndFrame |
---|
| 100 | afSetLoopMode |
---|
| 101 | afSetLoopStart |
---|
| 102 | afSetLoopStartFrame |
---|
| 103 | afSetLoopTrack |
---|
| 104 | afSetMarkPosition |
---|
| 105 | afSetTrackPCMMapping |
---|
| 106 | afSetVirtualByteOrder |
---|
| 107 | afSetVirtualChannels |
---|
| 108 | afSetVirtualPCMMapping |
---|
| 109 | afSetVirtualSampleFormat |
---|
| 110 | afSyncFile |
---|
| 111 | afTellFrame |
---|
| 112 | afWriteFrames |
---|
| 113 | afWriteMisc |
---|
| 114 | |
---|
Note: See
TracBrowser
for help on using the repository browser.