#include <pa_win_wasapi.h>
Support for WAVEFORMATEXTENSIBLE channel masks. If flags contains paWinWasapiUseChannelMask this allows you to specify which speakers to address in a multichannel stream. Constants for channelMask are specified in pa_win_waveformat.h. Will be used only if paWinWasapiUseChannelMask flag is specified.
unsigned long PaWasapiStreamInfo::flags |
collection of PaWasapiFlags
Delivers raw data to callback obtained from GetBuffer() methods skipping internal PortAudio processing inventory completely. userData parameter will be the same that was passed to Pa_OpenStream method. Will be used only if paWinWasapiRedirectHostProcessor flag is specified.
unsigned long PaWasapiStreamInfo::size |
sizeof(PaWasapiStreamInfo)
Specifies thread priority explicitly. Will be used only if paWinWasapiThreadPriority flag is specified.
Please note, if Input/Output streams are opened simultaniously (Full-Duplex mode) you shall specify same value for threadPriority or othervise one of the values will be used to setup thread priority.
unsigned long PaWasapiStreamInfo::version |
The documentation for this struct was generated from the following file: