PortAudio
2.0
|
WDM Kernel Streaming-specific PortAudio API extension header file. More...
Go to the source code of this file.
Data Structures | |
struct | PaWinWDMKSInfo |
struct | PaWinWDMKSDeviceInfo |
struct | PaWDMKSDirectionSpecificStreamInfo |
struct | PaWDMKSSpecificStreamInfo |
Typedefs | |
typedef enum PaWinWDMKSFlags | PaWinWDMKSFlags |
typedef struct PaWinWDMKSInfo | PaWinWDMKSInfo |
typedef enum PaWDMKSType | PaWDMKSType |
typedef enum PaWDMKSSubType | PaWDMKSSubType |
typedef struct PaWinWDMKSDeviceInfo | PaWinWDMKSDeviceInfo |
typedef struct PaWDMKSDirectionSpecificStreamInfo | PaWDMKSDirectionSpecificStreamInfo |
typedef struct PaWDMKSSpecificStreamInfo | PaWDMKSSpecificStreamInfo |
Enumerations | |
enum | PaWinWDMKSFlags { paWinWDMKSOverrideFramesize = (1 << 0), paWinWDMKSUseGivenChannelMask = (1 << 1) } |
enum | PaWDMKSType { Type_kNotUsed, Type_kWaveCyclic, Type_kWaveRT, Type_kCnt } |
enum | PaWDMKSSubType { SubType_kUnknown, SubType_kNotification, SubType_kPolled, SubType_kCnt } |
WDM Kernel Streaming-specific PortAudio API extension header file.
Definition in file pa_win_wdmks.h.
typedef enum PaWinWDMKSFlags PaWinWDMKSFlags |
Flags to indicate valid fields in PaWinWDMKSInfo.
enum PaWinWDMKSFlags |
Flags to indicate valid fields in PaWinWDMKSInfo.
Definition at line 60 of file pa_win_wdmks.h.