object AudioFileType extends AudioFileTypePlatform
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AudioFileType
- AudioFileTypePlatform
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait CanIdentify extends AudioFileType
- trait CanRead extends AudioFileType with CanReadPlatform
- trait CanWrite extends AudioFileType with CanWritePlatform
- trait AIFFPlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait CanReadPlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait CanWritePlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait IRCAMPlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait NeXTPlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait RawPlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait ReadablePlatform extends CanRead
- Definition Classes
- AudioFileTypePlatform
- trait Wave64Platform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
- trait WavePlatform extends AnyRef
- Definition Classes
- AudioFileTypePlatform
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def known: IndexedSeq[CanIdentify]
Note: this Iterator does not include the Raw type which usually requires special handling.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readable: IndexedSeq[CanRead]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writable: IndexedSeq[CanWrite]
- case object AIFF extends CanIdentify with CanRead with CanWrite with AIFFPlatform with Product with Serializable
Apple's audio interchange file format.
- case object IRCAM extends CanIdentify with CanRead with CanWrite with IRCAMPlatform with Product with Serializable
IRCAM, Berkeley or Carl sound format (BICSF).
- case object NeXT extends CanIdentify with CanRead with CanWrite with NeXTPlatform with Product with Serializable
The NeXT .snd or Sun .au format.
- case object Raw extends CanWrite with RawPlatform with Product with Serializable
Raw (headerless) file type.
- case object Wave extends CanIdentify with CanRead with CanWrite with WavePlatform with Product with Serializable
Microsoft's Wave (RIFF) format.
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated