~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.2.1/third_party/portaudio/pablio/pablio.def

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-07 14:51:16 UTC
  • mfrom: (4.3.5 sid)
  • Revision ID: package-import@ubuntu.com-20150107145116-yxnafinf4lrdvrmx
Tags: 1.4.1-0.1ubuntu1
* Merge with Debian, remaining changes:
 - Drop soprano, nepomuk build-dep
* Drop ubuntu patches, now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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