object Wave64 extends CanIdentify with CanRead with CanWrite with Product with Serializable
Sony Wave 64, the 64-bit extension of the Wave format.
- Alphabetic
- By Inheritance
- Wave64
- Serializable
- Serializable
- Product
- Equals
- CanWrite
- CanRead
- CanIdentify
- AudioFileType
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
val
extension: String("w64")
- returns
the default extension (period not included)
- Definition Classes
- Wave64 → AudioFileType
-
final
val
extensions: IndexedSeq[String]
- returns
a list of alternative extensions, including the default
extension
- Definition Classes
- Wave64 → AudioFileType
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
val
id: String("w64")
- returns
the unique identifier of the file type
- Definition Classes
- Wave64 → AudioFileType
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
val
name: String("Wave64")
Human readable name of the format.
Human readable name of the format.
- Definition Classes
- Wave64 → AudioFileType
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
val
supportedFormats: IndexedSeq[SampleFormat]
- Definition Classes
- Wave64 → AudioFileType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )