BufferGen

final case class BufferGen(cmd: Command, numFrames: Int, numChannels: Int) extends Input[Value] with Key

Specifies access to an buffer filled by a generator function.

Specifies access to an buffer filled by a generator function.

Companion
object
trait Serializable
trait Product
trait Equals
trait Key
trait Input[Value]
class Object
trait Matchable
class Any

Type members

Types

type Key = BufferGen

Value members

Concrete methods

def key: Key
override def productPrefix: String
Definition Classes
Product

Inherited methods

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