BufferOut

final case class BufferOut(artifact: String, action: String, numFrames: Int, numChannels: Int) extends Input[Unit] with Key

Specifies access to an empty buffer that will be written to disk when the encompassing graph finishes.

Specifies access to an empty buffer that will be written to disk when the encompassing graph finishes.

trait Serializable
trait Product
trait Equals
trait Key
trait Input[Unit]
class Object
trait Matchable
class Any

Type members

Types

type Key = BufferOut

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