Buffer

object Buffer
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Value(numFrames: Long, numChannels: Int, async: Boolean) extends Value

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete fields

final
val AsyncThreshold: 65536

Maximum number of samples (channels multiplied by frames) prepared on-the-fly. If the number of samples exceeds this value, use asynchronous preparation.

Maximum number of samples (channels multiplied by frames) prepared on-the-fly. If the number of samples exceeds this value, use asynchronous preparation.