source: portaudio/branches/v19-devel/build/msvc/portaudio.def @ 1117

Revision 1117, 1.6 KB checked in by davidv, 4 years ago (diff)

updated for pa_debugprint

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1EXPORTS
2
3;
4Pa_GetVersion                       @1
5Pa_GetVersionText                   @2
6Pa_GetErrorText                     @3                 
7Pa_Initialize                       @4
8Pa_Terminate                        @5
9Pa_GetHostApiCount                  @6
10Pa_GetDefaultHostApi                @7
11Pa_GetHostApiInfo                   @8
12Pa_HostApiTypeIdToHostApiIndex      @9
13Pa_HostApiDeviceIndexToDeviceIndex  @10
14Pa_GetLastHostErrorInfo             @11
15Pa_GetDeviceCount                   @12
16Pa_GetDefaultInputDevice            @13
17Pa_GetDefaultOutputDevice           @14
18Pa_GetDeviceInfo                    @15
19Pa_IsFormatSupported                @16
20Pa_OpenStream                       @17
21Pa_OpenDefaultStream                @18
22Pa_CloseStream                      @19
23Pa_SetStreamFinishedCallback        @20
24Pa_StartStream                      @21
25Pa_StopStream                       @22
26Pa_AbortStream                      @23
27Pa_IsStreamStopped                  @24
28Pa_IsStreamActive                   @25
29Pa_GetStreamInfo                    @26
30Pa_GetStreamTime                    @27
31Pa_GetStreamCpuLoad                 @28
32Pa_ReadStream                       @29
33Pa_WriteStream                      @30
34Pa_GetStreamReadAvailable           @31
35Pa_GetStreamWriteAvailable          @32
36Pa_GetSampleSize                    @33
37Pa_Sleep                            @34
38PaAsio_GetAvailableLatencyValues    @50
39PaAsio_ShowControlPanel             @51
40PaUtil_InitializeX86PlainConverters @52
41PaAsio_GetInputChannelName          @53
42PaAsio_GetOutputChannelName         @54
43PaUtil_SetDebugPrintFunction        @55
Note: See TracBrowser for help on using the repository browser.