Buffer

trait Buffer extends Resource
Companion
object
trait Resource
trait Disposable[RT]
class Object
trait Matchable
class Any

Value members

Abstract methods

def id: Int
def numChannels: Int
def numFrames: Int
def peer: Buffer
def write(path: String, fileType: AudioFileType, sampleFormat: SampleFormat, numFrames: Int, startFrame: Int, leaveOpen: Boolean)(implicit tx: RT): Unit

Inherited methods

def dispose()(implicit tx: RT): Unit
Inherited from
Disposable
def isOnline(implicit tx: RT): Boolean
Inherited from
Resource
Inherited from
Resource