Phil Burk | 5ed503c | 2017-02-01 09:38:15 -0800 | [diff] [blame^] | 1 | LIBAAUDIO { |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 2 | global: |
Phil Burk | 5ed503c | 2017-02-01 09:38:15 -0800 | [diff] [blame^] | 3 | AAudio_getNanoseconds; |
| 4 | AAudio_convertResultToText; |
| 5 | AAudio_convertStreamStateToText; |
| 6 | AAudio_createStreamBuilder; |
| 7 | AAudioStreamBuilder_setDeviceId; |
| 8 | AAudioStreamBuilder_setSampleRate; |
| 9 | AAudioStreamBuilder_getSampleRate; |
| 10 | AAudioStreamBuilder_setSamplesPerFrame; |
| 11 | AAudioStreamBuilder_getSamplesPerFrame; |
| 12 | AAudioStreamBuilder_setFormat; |
| 13 | AAudioStreamBuilder_getFormat; |
| 14 | AAudioStreamBuilder_setSharingMode; |
| 15 | AAudioStreamBuilder_getSharingMode; |
| 16 | AAudioStreamBuilder_setDirection; |
| 17 | AAudioStreamBuilder_getDirection; |
| 18 | AAudioStreamBuilder_openStream; |
| 19 | AAudioStreamBuilder_delete; |
| 20 | AAudioStream_close; |
| 21 | AAudioStream_requestStart; |
| 22 | AAudioStream_requestPause; |
| 23 | AAudioStream_requestFlush; |
| 24 | AAudioStream_requestStop; |
| 25 | AAudioStream_getState; |
| 26 | AAudioStream_waitForStateChange; |
| 27 | AAudioStream_read; |
| 28 | AAudioStream_write; |
| 29 | AAudioStream_createThread; |
| 30 | AAudioStream_joinThread; |
| 31 | AAudioStream_setBufferSize; |
| 32 | AAudioStream_getBufferSize; |
| 33 | AAudioStream_getFramesPerBurst; |
| 34 | AAudioStream_getBufferCapacity; |
| 35 | AAudioStream_getXRunCount; |
| 36 | AAudioStream_getSampleRate; |
| 37 | AAudioStream_getSamplesPerFrame; |
| 38 | AAudioStream_getFormat; |
| 39 | AAudioStream_getSharingMode; |
| 40 | AAudioStream_getDirection; |
| 41 | AAudioStream_getFramesWritten; |
| 42 | AAudioStream_getFramesRead; |
| 43 | AAudioStream_getTimestamp; |
Phil Burk | e1ce491 | 2016-11-21 10:40:25 -0800 | [diff] [blame] | 44 | local: |
| 45 | *; |
| 46 | }; |