To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

The primary repository for this project is hosted at https://github.com/sonic-visualiser/sv-dependency-builds .
This repository is a read-only copy which is updated automatically every hour.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / src / portaudio_20161030_catalina_patch / pablio / pablio.def @ 164:9fa11135915a

History | View | Annotate | Download (1.05 KB)

1
LIBRARY      PABLIO
2
DESCRIPTION  'PABLIO   Portable Audio Blocking I/O'
3

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

    
25
	OpenAudioStream                 @19
26
	CloseAudioStream                @20
27
	WriteAudioStream                @21
28
	ReadAudioStream                 @22
29

    
30
	Pa_GetSampleSize                @23
31

    
32
   ;123456789012345678901234567890123456
33
   ;000000000111111111122222222223333333
34

    
35