#include <pa_mac_core.h>
Data Fields | |
unsigned long | size |
PaHostApiTypeId | hostApiType |
unsigned long | version |
unsigned long | flags |
SInt32 const * | channelMap |
unsigned long | channelMapSize |
Definition at line 63 of file pa_mac_core.h.
size of whole structure including this header
Definition at line 66 of file pa_mac_core.h.
unsigned long PaMacCoreStreamInfo::version |
host API for which this data is intended
Definition at line 67 of file pa_mac_core.h.
unsigned long PaMacCoreStreamInfo::flags |
structure version
Definition at line 68 of file pa_mac_core.h.
SInt32 const* PaMacCoreStreamInfo::channelMap |
flags to modify behaviour
Definition at line 69 of file pa_mac_core.h.
unsigned long PaMacCoreStreamInfo::channelMapSize |
Channel map for HAL channel mapping , if not needed, use NULL;
Definition at line 70 of file pa_mac_core.h.