Go to the documentation of this file.
28 #define CHNL_MAXCHANNELS 32
43 #define CHNL_STATEREADY 0
44 #define CHNL_STATECANCEL 1
45 #define CHNL_STATEEOS 2
48 #define CHNL_IS_INPUT(mode) (mode & CHNL_MODEFROMDSP)
49 #define CHNL_IS_OUTPUT(mode) (!CHNL_IS_INPUT(mode))