MemoryMode

enum MemoryMode : Enum<MemoryMode>

Entries

Link copied to clipboard

"For the bravest only"

Link copied to clipboard

HIGH mode must be specified by client.

Link copied to clipboard

In BALANCED mode, the release behavior is the same with 'NORMAL' mode, but unselected Playables/Playbacks will not be reset.

Link copied to clipboard

In NORMAL mode, Kohii will only reset the Playables/Playbacks whose distance to selected ones are 1 (so 'next to' selected ones). Others will be released.

Link copied to clipboard
LOW()

In LOW mode, Kohii will always release resource of unselected Playables/Playbacks (whose priority are >= 1).

Link copied to clipboard

In AUTO mode, Kohii will judge the preferred memory situation using Master.preferredMemoryMode method.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int