PerformanceMode

This will effect the latency, the power consumption, and the level of protection from glitches.

Entries

Link copied to clipboard

No particular performance needs. It uses a basic stream that balances latency and power savings.

Link copied to clipboard

Extending battery life is most important. Uses larger internal buffers and a data path that trades off latency for lower power.

Link copied to clipboard

Reducing latency is most important. Uses smaller buffers and an optimized data path for reduced latency. It is more prone to having glitches.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun value(): Int
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.