|
PortAudio
2.0
|
DirectSound-specific PortAudio API extension header file. More...
Go to the source code of this file.
Data Structures | |
| struct | PaWinDirectSoundStreamInfo |
Macros | |
| #define | paWinDirectSoundUseLowLevelLatencyParameters (0x01) |
| #define | paWinDirectSoundUseChannelMask (0x04) |
Typedefs | |
| typedef struct PaWinDirectSoundStreamInfo | PaWinDirectSoundStreamInfo |
Functions | |
| LPGUID | PaWinDS_GetStreamInputGUID (PaStream *s) |
| LPGUID | PaWinDS_GetStreamOutputGUID (PaStream *s) |
DirectSound-specific PortAudio API extension header file.
Definition in file pa_win_ds.h.
| LPGUID PaWinDS_GetStreamInputGUID | ( | PaStream * | s | ) |
Retrieve the GUID of the input device.
| stream | The stream to query. |
| LPGUID PaWinDS_GetStreamOutputGUID | ( | PaStream * | s | ) |
Retrieve the GUID of the output device.
| stream | The stream to query. |
1.8.9.1