#include <VideoBuffer.h>
◆ CVideoBufferManager()
      
        
          | CVideoBufferManager::CVideoBufferManager  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ Get()
◆ ReadyForDisposal()
◆ RegisterPool()
◆ RegisterPoolFactory()
      
        
          | void CVideoBufferManager::RegisterPoolFactory  | 
          ( | 
          const std::string & |           id,  | 
        
        
           | 
           | 
          CreatePoolFunc |           createFunc ) | 
        
      
 
 
◆ ReleasePool()
◆ ReleasePools()
      
        
          | void CVideoBufferManager::ReleasePools  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ m_critSection
  
  
      
        
          | CCriticalSection CVideoBufferManager::m_critSection | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_discardedPools
  
  
      
        
          | std::list<std::shared_ptr<IVideoBufferPool> > CVideoBufferManager::m_discardedPools | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_poolFactories
  
  
      
        
          | std::map<std::string, CreatePoolFunc> CVideoBufferManager::m_poolFactories | 
         
       
   | 
  
protected   | 
  
 
 
◆ m_pools
The documentation for this class was generated from the following files: