Packages

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

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferOut
  2. Serializable
  3. Product
  4. Equals
  5. Key
  6. Input
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BufferOut(artifact: String, action: String, numFrames: Int, numChannels: Int)

Type Members

  1. type Key = BufferOut
    Definition Classes
    BufferOutInput

Value Members

  1. val action: String
  2. val artifact: String
  3. def key: Key
    Definition Classes
    BufferOutInput
  4. val numChannels: Int
  5. val numFrames: Int
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def productPrefix: String
    Definition Classes
    BufferOut → Product