Obj

sealed
trait Obj[T <: Txn[T]] extends Expr[T, AudioCue]
Companion
object
trait Expr[T, AudioCue]
trait Obj[T]
trait Mutable[T]
trait Identified[T]
trait Elem[T]
trait Publisher[T, Change[AudioCue]]
trait Disposable[T]
trait Writable
trait ExprLike[T, AudioCue]
trait Form[T]
class Object
trait Matchable
class Any
class Apply[T]
trait LongOpImpl[T]
class ReplaceOffset[T]
class Shift[T]

Value members

Abstract methods

def spec(implicit tx: T): AudioFileSpec

Concrete methods

def numChannels(implicit tx: T): Int

A simple forward to spec.numChannels

A simple forward to spec.numChannels

def numFrames(implicit tx: T): Long

A simple forward to spec.numFrames

A simple forward to spec.numFrames

def sampleRate(implicit tx: T): Double

A simple forward to spec.sampleRate

A simple forward to spec.sampleRate

Inherited methods

final
def attr(implicit tx: T): AttrMap[T]
Inherited from
Obj
def changed: EventLike[T, Change[AudioCue]]
Inherited from
Publisher
def dispose()(implicit tx: T): Unit
Inherited from
Disposable
override
def equals(that: Any): Boolean
Definition Classes
Identified -> Any
Inherited from
Identified
override
def hashCode: Int
Definition Classes
Identified -> Any
Inherited from
Identified
def id: Ident[T]
Inherited from
Identified
override
def toString: String
Definition Classes
Obj -> Any
Inherited from
Obj
override
def tpe: Type
Definition Classes
Obj -> Elem
Inherited from
Obj
def value(implicit tx: T): AudioCue
Inherited from
ExprLike
def write(out: DataOutput): Unit
Inherited from
Writable