portaudio.def

来自「ppciaxclient softphone」· DEF 代码 · 共 29 行

DEF
29
字号
LIBRARY      PortAudio
DESCRIPTION  'PortAudio   Portable interface to audio HW'

EXPORTS
    ; Explicit exports can go here
	Pa_Initialize                   @1
	Pa_Terminate                    @2
	Pa_GetHostError                 @3
	Pa_GetErrorText                 @4
	Pa_CountDevices                 @5
	Pa_GetDefaultInputDeviceID      @6
	Pa_GetDefaultOutputDeviceID     @7
	Pa_GetDeviceInfo                @8
	Pa_OpenStream                   @9
	Pa_OpenDefaultStream            @10
	Pa_CloseStream                  @11
	Pa_StartStream                  @12
	Pa_StopStream                   @13
	Pa_StreamActive                 @14
	Pa_StreamTime                   @15
	Pa_GetCPULoad                   @16
	Pa_GetMinNumBuffers             @17
	Pa_Sleep                        @18

   ;123456789012345678901234567890123456
   ;000000000111111111122222222223333333


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?