~ubuntu-branches/ubuntu/trusty/sflphone/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2014-01-28 18:23:36 UTC
  • mfrom: (4.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20140128182336-jrsv0k9u6cawc068
Tags: 1.3.0-1
* New upstream release 
  - Fixes "New Upstream Release" (Closes: #735846)
  - Fixes "Ringtone does not stop" (Closes: #727164)
  - Fixes "[sflphone-kde] crash on startup" (Closes: #718178)
  - Fixes "sflphone GUI crashes when call is hung up" (Closes: #736583)
* Build-Depends: ensure GnuTLS 2.6
  - libucommon-dev (>= 6.0.7-1.1), libccrtp-dev (>= 2.0.6-3)
  - Fixes "FTBFS Build-Depends libgnutls{26,28}-dev" (Closes: #722040)
* Fix "boost 1.49 is going away" unversioned Build-Depends: (Closes: #736746)
* Add Build-Depends: libsndfile-dev, nepomuk-core-dev

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