| PortAudio 2.0
    | 
| Data Fields | |
| PaDeviceInfo | inheritedDeviceInfo | 
| DWORD | dwFormats | 
| char | deviceInputChannelCountIsKnown | 
| char | deviceOutputChannelCountIsKnown | 
| char PaWinMmeDeviceInfo::deviceInputChannelCountIsKnown | 
< if the system returns 0xFFFF then we don't really know the number of supported channels (1=>known, 0=>unknown)
Referenced by PaWinMme_Initialize().
| char PaWinMmeDeviceInfo::deviceOutputChannelCountIsKnown | 
< if the system returns 0xFFFF then we don't really know the number of supported channels (1=>known, 0=>unknown)
Referenced by PaWinMme_Initialize().
| DWORD PaWinMmeDeviceInfo::dwFormats | 
< standard formats bitmask from the WAVEINCAPS and WAVEOUTCAPS structures
| PaDeviceInfo PaWinMmeDeviceInfo::inheritedDeviceInfo | 
Referenced by PaWinMme_Initialize().