Definition at line 248 of file snd_Channel.h.
 
 | 
| 
ulong  | GetRequiredMemSize (int channelCount) | 
|   | 
| 
void  | Setup (void *mem, ulong memSize) | 
|   | 
| 
void  | Shutdown () | 
|   | 
| 
Channel *  | Alloc () | 
|   | 
| 
void  | Free (Channel *channel) | 
|   | 
| 
void  | UpdateAllChannel () | 
|   | 
◆ VOICE_MARGIN
  
  
      
        
          | const int nw4r::snd::detail::ChannelManager::VOICE_MARGIN = 1 | 
         
       
   | 
  
static   | 
  
 
 
◆ VOICE_MAX
  
  
      
        
          | const int nw4r::snd::detail::ChannelManager::VOICE_MAX = AX_VOICE_MAX + VOICE_MARGIN | 
         
       
   | 
  
static   | 
  
 
 
◆ WORK_SIZE_MAX
  
  
      
        
          | const int nw4r::snd::detail::ChannelManager::WORK_SIZE_MAX = VOICE_MAX * sizeof(Channel) | 
         
       
   | 
  
static   | 
  
 
 
◆ mPool
◆ mChannelList
◆ mInitialized
  
  
      
        
          | bool nw4r::snd::detail::ChannelManager::mInitialized | 
         
       
   | 
  
private   | 
  
 
 
◆ mChannelCount
  
  
      
        
          | ulong nw4r::snd::detail::ChannelManager::mChannelCount | 
         
       
   | 
  
private   | 
  
 
 
◆ mMem
  
  
      
        
          | void* nw4r::snd::detail::ChannelManager::mMem | 
         
       
   | 
  
private   | 
  
 
 
◆ mMemSize
  
  
      
        
          | ulong nw4r::snd::detail::ChannelManager::mMemSize | 
         
       
   | 
  
private   |