|
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.207-beta
Syntax function get_MemoryCache();
function set_MemoryCache(value);
View SourceProperty Value
BooleanRemarks
Useful for situations where disk I/O can be a bottleneck.
See Also