Click or drag to resize

CacheMode Enumeration

Defines the mode in which the server stores and transfers sound files.

Namespace:  VoiceElements.Interface
Assembly:  VoiceElementsInterface (in VoiceElementsInterface.dll) Version: 8.6.1.1
Syntax
public enum CacheMode
Members
  Member nameValueDescription
None0 Always stream files from client to server, don't Cache.
Server1 Files Names and paths are Server Centric.
ClientSession2 File name and paths Are Client Centric. (Default) The Cache on the server is encapsulated by Session.
ClientUser3 File name and paths are Client Centric. The Cache on the server is encapsulated by UserName
ClientNamed4 File name and paths are Client Centric. The Cache on the server is encapsulated by Cache Name
Remarks
Documentation In Development

We are constantly adding features and new capabilities to The Voice Elements Platform. Therefore, our documentation of individual methods, properties and other elements is constantly being developed and improved. If you would like to know more about this element, please help us perfect our documentation and help you develop your application by doing one or more of the following:

Thank you for your continued support of Voice Elements.

See Also