XACTCHANNELMAP
XACTCHANNELMAP
Defines the entire map of how a router effect moves data from one frame buffer to another, or how it moves channel data in a single frame buffer.
typedef struct XACTCHANNELMAP { XACTCHANNEL EntryCount; XACTCHANNELMAPENTRY *paEntries; } XACTCHANNELMAP, *LPXACTCHANNELMAP;
Members
- EntryCount
Number of entries in the map. - paEntries
Pointer to an array of XACTCHANNELMAPENTRY structures containing the mapping information.
Requirements
Header: Declared in Xact.h.