BufferConstructors

final implicit
class BufferConstructors(this: Buffer) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def alloc(server: Server, numFrames: Int, numChannels: Int, completion: Completion): Buffer
def cue(server: Server, path: String, startFrame: Int, numChannels: Int, bufFrames: Int, completion: Completion): Buffer
def read(server: Server, path: String, startFrame: Int, numFrames: Int, completion: Completion): Buffer
def readChannel(server: Server, path: String, startFrame: Int, numFrames: Int, channels: Seq[Int], completion: Completion): Buffer