source: portaudio/trunk/build/msvc/portaudio.def @ 1454

Revision 1454, 1.7 KB checked in by dmitrykos, 7 months ago (diff)

provided ability not to depend on ksguid.lib when using WDMKS as it may not be provided for x64 SDK by default, define PA_WDMKS_NO_KSGUID_LIB to use static declarations, x64 MSVC project corrected to define PA_WDMKS_NO_KSGUID_LIB for x64 compilations. added WASAPI symbols to portaudio.def.

  • 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
44PaWasapi_GetDeviceDefaultFormat     @56
45PaWasapi_GetDeviceRole              @57
46PaWasapi_ThreadPriorityBoost        @58
47PaWasapi_ThreadPriorityRevert       @59
Note: See TracBrowser for help on using the repository browser.