za.co.monadic.scopus.opus

OpusBase

sealed trait OpusBase extends AnyRef

Decoder base class which allows specialisations for the different return types offered by the Opus system.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OpusBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val channels: Int

  2. abstract val fs: SampleFrequency

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. val bufferLen: Int

  6. var clean: Boolean

  7. def cleanup(): Unit

    Release all pointers allocated for the decoder.

    Release all pointers allocated for the decoder. Make every attempt to call this when you are done with the encoder as finalise() is what it is in the JVM

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val decoder: Long

  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. val error: Array[Int]

  13. var fec: Int

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def getBandwidth: Int

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFec(useFec: Boolean): Boolean

    Returns the current FEC decoding status.

    Returns the current FEC decoding status.

    returns

    True if FEC is being decoded

  18. def getGain: Int

  19. def getLastPacketDuration: Int

  20. def getLookAhead: Int

  21. def getPitch: Int

  22. def getSampleRate: Int

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def reset: Int

  29. def setFec(useFec: Boolean): Unit

    Custom setter for the FEC mode in the decoder

    Custom setter for the FEC mode in the decoder

    useFec

    If true, employ error correction if it is available in the packet

  30. def setGain(gain: Int): Unit

  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped