implicit final class BufferConstructors extends AnyVal
Instance Constructors
- new BufferConstructors(this: Buffer.type)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def alloc(server: Server = Server.default, numFrames: Int, numChannels: Int = 1, completion: Buffer.Completion = Completion.None): Buffer
- final def asInstanceOf[T0]: T0
- def cue(server: Server = Server.default, path: String, startFrame: Int = 0, numChannels: Int = 1, bufFrames: Int = 32768, completion: Buffer.Completion = Completion.None): Buffer
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def read(server: Server = Server.default, path: String, startFrame: Int = 0, numFrames: Int = -1, completion: Buffer.Completion = Completion.None): Buffer
- def readChannel(server: Server = Server.default, path: String, startFrame: Int = 0, numFrames: Int = -1, channels: Seq[Int], completion: Buffer.Completion = Completion.None): Buffer
- def toString(): String
Inherited from AnyVal
Inherited from Any