FillValue

final case class FillValue(index: Int, value: Float)

A tuple consisting of an index and value for that index.

A tuple consisting of an index and value for that index.

Value Params
index

sample offset into the buffer or channel offset into the bus. for multi channel buffers, multiply the frame offset by the number of channels

value

the value to write to the bus or buffer in the given range

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def toList: List[Any]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product