| Revision 1454,
1.7 KB
checked in by dmitrykos, 7 months ago
(diff) |
|
provided ability not to depend on ksguid.lib when using WDMKS as it may not be provided for x64 SDK by default, define PA_WDMKS_NO_KSGUID_LIB to use static declarations, x64 MSVC project corrected to define PA_WDMKS_NO_KSGUID_LIB for x64 compilations. added WASAPI symbols to portaudio.def.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | EXPORTS |
|---|
| 2 | |
|---|
| 3 | ; |
|---|
| 4 | Pa_GetVersion @1 |
|---|
| 5 | Pa_GetVersionText @2 |
|---|
| 6 | Pa_GetErrorText @3 |
|---|
| 7 | Pa_Initialize @4 |
|---|
| 8 | Pa_Terminate @5 |
|---|
| 9 | Pa_GetHostApiCount @6 |
|---|
| 10 | Pa_GetDefaultHostApi @7 |
|---|
| 11 | Pa_GetHostApiInfo @8 |
|---|
| 12 | Pa_HostApiTypeIdToHostApiIndex @9 |
|---|
| 13 | Pa_HostApiDeviceIndexToDeviceIndex @10 |
|---|
| 14 | Pa_GetLastHostErrorInfo @11 |
|---|
| 15 | Pa_GetDeviceCount @12 |
|---|
| 16 | Pa_GetDefaultInputDevice @13 |
|---|
| 17 | Pa_GetDefaultOutputDevice @14 |
|---|
| 18 | Pa_GetDeviceInfo @15 |
|---|
| 19 | Pa_IsFormatSupported @16 |
|---|
| 20 | Pa_OpenStream @17 |
|---|
| 21 | Pa_OpenDefaultStream @18 |
|---|
| 22 | Pa_CloseStream @19 |
|---|
| 23 | Pa_SetStreamFinishedCallback @20 |
|---|
| 24 | Pa_StartStream @21 |
|---|
| 25 | Pa_StopStream @22 |
|---|
| 26 | Pa_AbortStream @23 |
|---|
| 27 | Pa_IsStreamStopped @24 |
|---|
| 28 | Pa_IsStreamActive @25 |
|---|
| 29 | Pa_GetStreamInfo @26 |
|---|
| 30 | Pa_GetStreamTime @27 |
|---|
| 31 | Pa_GetStreamCpuLoad @28 |
|---|
| 32 | Pa_ReadStream @29 |
|---|
| 33 | Pa_WriteStream @30 |
|---|
| 34 | Pa_GetStreamReadAvailable @31 |
|---|
| 35 | Pa_GetStreamWriteAvailable @32 |
|---|
| 36 | Pa_GetSampleSize @33 |
|---|
| 37 | Pa_Sleep @34 |
|---|
| 38 | PaAsio_GetAvailableLatencyValues @50 |
|---|
| 39 | PaAsio_ShowControlPanel @51 |
|---|
| 40 | PaUtil_InitializeX86PlainConverters @52 |
|---|
| 41 | PaAsio_GetInputChannelName @53 |
|---|
| 42 | PaAsio_GetOutputChannelName @54 |
|---|
| 43 | PaUtil_SetDebugPrintFunction @55 |
|---|
| 44 | PaWasapi_GetDeviceDefaultFormat @56 |
|---|
| 45 | PaWasapi_GetDeviceRole @57 |
|---|
| 46 | PaWasapi_ThreadPriorityBoost @58 |
|---|
| 47 | PaWasapi_ThreadPriorityRevert @59 |
|---|
Note: See
TracBrowser
for help on using the repository browser.