Packages

o

de.sciss.lucre.expr.graph

AudioFileSpec

object AudioFileSpec extends ProductReader[Ex[audiofile.AudioFileSpec]] with AudioFileSpecPlatform

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AudioFileSpec
  2. AudioFileSpecPlatform
  3. ProductReader
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Empty() extends Ex[audiofile.AudioFileSpec] with Product with Serializable
  2. final case class NumChannels(in: Ex[audiofile.AudioFileSpec]) extends Ex[Int] with Product with Serializable
  3. final case class NumFrames(in: Ex[audiofile.AudioFileSpec]) extends Ex[Long] with Product with Serializable
  4. final case class Read(in: Ex[URI]) extends Ex[Option[audiofile.AudioFileSpec]] with Product with Serializable
  5. final case class SampleRate(in: Ex[audiofile.AudioFileSpec]) extends Ex[Double] with Product with Serializable
  6. final class ReadExpanded[T <: Txn[T]] extends MappedIExpr[T, URI, Option[audiofile.AudioFileSpec]]
    Attributes
    protected
    Definition Classes
    AudioFileSpecPlatform

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(fileType: Ex[Int] = 0, sampleFormat: Ex[Int] = 2, numChannels: Ex[Int], sampleRate: Ex[Double], numFrames: Ex[Long] = 0L): Ex[audiofile.AudioFileSpec]

    Creates a new AudioFileSpec expression.

    Creates a new AudioFileSpec expression.

    fileType

    the file-type can be 0 (AIFF), 1 (Wave), 2 (Wave64), 3 (IRCAM), 4 (NeXT), or 5 (Raw). It defaults to AIFF, and invalid values are also mapped to AIFF.

    sampleFormat

    the sample-format can be 0 (16-bit int), 1 (24-bit int), 2 (32-bit float), 3 (32-bit int), 4 (64-bit float), 5 (unsigned 8-bit int), 6 (signed 8-bit int). It defaults to 32-bit float, and invalid values are also mapped to 32-bit float.

    numFrames

    The number of sample frames. Often this value is not used, e.g. when writing to a new file. The default is zero.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def read(in: RefMapIn, key: String, arity: Int, adj: Int): Ex[audiofile.AudioFileSpec]
    Definition Classes
    AudioFileSpecProductReader
  16. def read(in: Ex[URI]): Ex[Option[audiofile.AudioFileSpec]]
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. object Empty extends ProductReader[Empty] with Serializable
  23. object NumChannels extends ProductReader[NumChannels] with Serializable
  24. object NumFrames extends ProductReader[NumFrames] with Serializable
  25. object Read extends ProductReader[Read] with Serializable
  26. object SampleRate extends ProductReader[SampleRate] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AudioFileSpecPlatform

Inherited from AnyRef

Inherited from Any

Ungrouped