XACTCHANNELMAPENTRY
One entry in the map used by the router effect.
typedef struct XACTCHANNELMAPENTRY {
XACTCHANNEL InputChannel;
XACTCHANNEL OutputChannel;
XACTVOLUME Volume;
} XACTCHANNELMAPENTRY, *LPXACTCHANNELMAPENTRY;
Members
- InputChannel
- Channel index to read from the input frame buffer.
- OutputChannel
- Channel index to write to the output frame buffer.
- Volume
- Volume level of the data to be written to the output frame buffer.
Requirements
Header: Declared in Xact.h.
See Also
XACT Structures