| 
            
              WavInputAdapterMemoryCache Property
             | 
          
        
        
            Gets or sets flag that determines if WAV file should be cached in memory.
            
        
        Namespace: WavInputAdapterAssembly: WavInputAdapter (in WavInputAdapter.dll) Version: 2.4.257-beta
Syntaxfunction get_MemoryCache();
function set_MemoryCache(value);
 View SourceProperty Value
Boolean
Remarks
            Useful for situations where disk I/O can be a bottleneck.
            
See Also