Enum AudioClipManagementMode
Defines how audio clips will be managed in memory.
Namespace: Stem
Assembly: Stem.dll
Syntax
public enum AudioClipManagementMode
Fields
Name | Description |
---|---|
Manual | Do not manage audio clip data and instead allow the developer to take control. |
PreloadAndKeepInMemory | Preload audio clip data during startup and keep it in memory. |
UnloadUnused | Unload audio clip data if it was not used for some time. |