object AudioFileType extends AudioFileTypePlatform

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AudioFileType
  2. AudioFileTypePlatform
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait CanIdentify extends AudioFileType
  2. trait CanRead extends AudioFileType with CanReadPlatform
  3. trait CanWrite extends AudioFileType with CanWritePlatform
  4. trait AIFFPlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  5. trait CanReadPlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  6. trait CanWritePlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  7. trait IRCAMPlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  8. trait NeXTPlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  9. trait RawPlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  10. trait ReadablePlatform extends CanRead
    Definition Classes
    AudioFileTypePlatform
  11. trait Wave64Platform extends AnyRef
    Definition Classes
    AudioFileTypePlatform
  12. trait WavePlatform extends AnyRef
    Definition Classes
    AudioFileTypePlatform

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(id: String): AudioFileType

    Restores a file type from its identifier.

    Restores a file type from its identifier. Throws a runtime exception if the identifier is unknown.

  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. def known: IndexedSeq[CanIdentify]

    Note: this Iterator does not include the Raw type which usually requires special handling.

  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def readable: IndexedSeq[CanRead]
  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. def writable: IndexedSeq[CanWrite]
  23. case object AIFF extends CanIdentify with CanRead with CanWrite with AIFFPlatform with Product with Serializable

    Apple's audio interchange file format.

  24. case object IRCAM extends CanIdentify with CanRead with CanWrite with IRCAMPlatform with Product with Serializable

    IRCAM, Berkeley or Carl sound format (BICSF).

  25. case object NeXT extends CanIdentify with CanRead with CanWrite with NeXTPlatform with Product with Serializable

    The NeXT .snd or Sun .au format.

  26. case object Raw extends CanWrite with RawPlatform with Product with Serializable

    Raw (headerless) file type.

  27. case object Wave extends CanIdentify with CanRead with CanWrite with WavePlatform with Product with Serializable

    Microsoft's Wave (RIFF) format.

  28. case object Wave64 extends CanIdentify with CanRead with CanWrite with Wave64Platform with Product with Serializable

    Sony Wave 64, the 64-bit extension of the Wave format.

Deprecated Value Members

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

Inherited from AudioFileTypePlatform

Inherited from AnyRef

Inherited from Any

Ungrouped