#include "portaudio.h"
Go to the source code of this file.
Data Structures | |
| struct | PaWinMmeDeviceAndChannelCount |
| struct | PaWinMmeStreamInfo |
Defines | |
| #define | paWinMmeUseLowLevelLatencyParameters (0x01) |
| #define | paWinMmeUseMultipleDevices (0x02) |
| #define | paWinMmeDontThrottleOverloadedProcessingThread (0x08) |
Functions | |
| int | PaWinMME_GetStreamInputHandleCount (PaStream *stream) |
| HWAVEIN | PaWinMME_GetStreamInputHandle (PaStream *stream, int handleIndex) |
| int | PaWinMME_GetStreamOutputHandleCount (PaStream *stream) |
| HWAVEOUT | PaWinMME_GetStreamOutputHandle (PaStream *stream, int handleIndex) |
| #define paWinMmeDontThrottleOverloadedProcessingThread (0x08) |
| #define paWinMmeUseLowLevelLatencyParameters (0x01) |
| #define paWinMmeUseMultipleDevices (0x02) |
| HWAVEIN PaWinMME_GetStreamInputHandle | ( | PaStream * | stream, | |
| int | handleIndex | |||
| ) |
Retrieve a wave in handle used by a PortAudio WinMME stream.
| stream | The stream to query. | |
| handleIndex | The zero based index of the wave in handle to retrieve. This should be in the range [0, PaWinMME_GetStreamInputHandle(stream)-1]. |
| int PaWinMME_GetStreamInputHandleCount | ( | PaStream * | stream | ) |
Retrieve the number of wave in handles used by a PortAudio WinMME stream. Returns zero if the stream is output only.
| HWAVEOUT PaWinMME_GetStreamOutputHandle | ( | PaStream * | stream, | |
| int | handleIndex | |||
| ) |
Retrieve a wave out handle used by a PortAudio WinMME stream.
| stream | The stream to query. | |
| handleIndex | The zero based index of the wave out handle to retrieve. This should be in the range [0, PaWinMME_GetStreamOutputHandleCount(stream)-1]. |
| int PaWinMME_GetStreamOutputHandleCount | ( | PaStream * | stream | ) |
Retrieve the number of wave out handles used by a PortAudio WinMME stream. Returns zero if the stream is input only.
1.4.7