|  |  | 
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;
                    
                
            
            
                
Header: Declared in Xact.h.