Trait

de.sciss.fscape.stream.impl

ResampleImpl

Related Doc: package impl

Permalink

trait ResampleImpl[S <: Shape] extends FullInOutImpl[S]

Self Type
ResampleImpl[S] with GraphStageLogic with Node
Linear Supertypes
FullInOutImpl[S], InOutImpl[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResampleImpl
  2. FullInOutImpl
  3. InOutImpl
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def PAD: Int

    Permalink
    Attributes
    protected
  2. abstract def addToValue(winOff: Int, weight: Double): Unit

    Permalink
    Attributes
    protected
  3. abstract def allocOutputBuffers(): Int

    Permalink
    Attributes
    protected
  4. abstract def allocWinBuf(len: Int): Unit

    Permalink
    Attributes
    protected
  5. abstract def availableInFrames: Int

    Permalink
    Attributes
    protected
  6. abstract def availableOutFrames: Int

    Permalink
    Attributes
    protected
  7. abstract def canReadMain: Boolean

    Permalink
    Attributes
    protected
  8. abstract def canWrite: Boolean

    Permalink

    Whether all outputs are available for pushing.

    Whether all outputs are available for pushing.

    Definition Classes
    InOutImpl
  9. abstract def clearValue(): Unit

    Permalink
    Attributes
    protected
  10. abstract def clearWinBuf(off: Int, len: Int): Unit

    Permalink
    Attributes
    protected
  11. abstract def completeStage(): Unit

    Permalink

    Exposed from GraphStageLogic API.

    Exposed from GraphStageLogic API.

    Definition Classes
    InOutImpl
  12. implicit abstract def control: Control

    Permalink
    Attributes
    protected
    Definition Classes
    InOutImpl
  13. abstract def copyInToWinBuf(winOff: Int, len: Int): Unit

    Permalink
    Attributes
    protected
  14. abstract def copyValueToOut(): Unit

    Permalink
    Attributes
    protected
  15. abstract def freeMainInputBuffers(): Unit

    Permalink
    Attributes
    protected
  16. abstract def freeOutputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    InOutImpl
  17. abstract def in0: InD

    Permalink
    Attributes
    protected
  18. abstract def inFactor: InD

    Permalink
    Attributes
    protected
  19. abstract def inKaiserBeta: InD

    Permalink
    Attributes
    protected
  20. abstract def inMainValid: Boolean

    Permalink
    Attributes
    protected
  21. abstract def inMinFactor: InD

    Permalink
    Attributes
    protected
  22. abstract def inRollOff: InD

    Permalink
    Attributes
    protected
  23. abstract def inZeroCrossings: InI

    Permalink
    Attributes
    protected
  24. abstract def out0: OutD

    Permalink
    Attributes
    protected
  25. abstract def processChunk(): Boolean

    Permalink
    Attributes
    protected
  26. abstract def readMainIns(): Int

    Permalink
    Attributes
    protected
  27. abstract def shape: S

    Permalink
    Attributes
    protected
    Definition Classes
    InOutImpl
  28. abstract def updateCanWrite(): Unit

    Permalink

    Requests the update of the canWrite status.

    Requests the update of the canWrite status.

    Definition Classes
    InOutImpl
  29. abstract def writeOuts(outOff: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    InOutImpl

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. final var bufOut0: BufD

    Permalink
    Attributes
    protected
  6. final def canRead: Boolean

    Permalink

    Whether all inputs are available or have been closed and buffered.

    Whether all inputs are available or have been closed and buffered.

    Definition Classes
    ResampleImplFullInOutImpl
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def freeInputBuffers(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ResampleImplFullInOutImpl
  12. final var gain: Double

    Permalink
    Attributes
    protected
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final var inMainOff: Int

    Permalink
    Attributes
    protected
  16. final var inMainRemain: Int

    Permalink
    Attributes
    protected
  17. final def inValid: Boolean

    Permalink

    Whether all input buffers are valid.

    Whether all input buffers are valid.

    Definition Classes
    ResampleImplInOutImpl
  18. final def isInAvailable[A](in: Inlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def isOutAvailable[A](out: Outlet[A]): Boolean

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final var outOff: Int

    Permalink
    Attributes
    protected
  25. final var outRemain: Int

    Permalink
    Attributes
    protected
  26. def preStart(): Unit

    Permalink
  27. final def process(): Unit

    Permalink
    Definition Classes
    ResampleImplInOutImpl
    Annotations
    @tailrec()
  28. final def readIns(): Int

    Permalink
    Attributes
    protected
    Definition Classes
    ResampleImplFullInOutImpl
  29. final def resample(): Boolean

    Permalink
    Attributes
    protected
  30. final def setInHandler[A](in: Inlet[A], h: InHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  31. final def setOutHandler[A](out: Outlet[A], h: OutHandler): Unit

    Permalink

    Exposed from protected GraphStageLogic API.

    Exposed from protected GraphStageLogic API.

    Definition Classes
    InOutImpl
  32. final def shouldComplete(): Boolean

    Permalink
    Attributes
    protected
  33. def stopped(): Unit

    Permalink
    Attributes
    protected
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def updateCanRead(): Unit

    Permalink

    Requests the update of the canRead status.

    Requests the update of the canRead status.

    Definition Classes
    ResampleImplFullInOutImpl
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from FullInOutImpl[S]

Inherited from InOutImpl[S]

Inherited from AnyRef

Inherited from Any

Ungrouped