PortAudio 2.0
|
DirectSound-specific PortAudio API extension header file. More...
Go to the source code of this file.
Data Structures | |
struct | PaWinDirectSoundStreamInfo |
Defines | |
#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.
#define paWinDirectSoundUseChannelMask (0x04) |
Referenced by main().
#define paWinDirectSoundUseLowLevelLatencyParameters (0x01) |
typedef struct PaWinDirectSoundStreamInfo PaWinDirectSoundStreamInfo |
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. |