implicit final class ExOps extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def artifact: Ex[Value]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def fileOffset: Ex[Long]
A utility method that reports the offset with respect to the file's sample rate.
A utility method that reports the offset with respect to the file's sample rate. That is, it multiplies
offset
by the factorthis.sampleRate / TimeRef.SampleRate
- def gain: Ex[Double]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def numChannels: Ex[Int]
A simple forward to
spec.numChannels
- def numFrames: Ex[Long]
A simple forward to
spec.numFrames
- def offset: Ex[Long]
- def sampleRate: Ex[Double]
A simple forward to
spec.sampleRate
- def spec: Ex[AudioFileSpec]
- def toString(): String
- Definition Classes
- Any