MCPcopy Create free account
hub / github.com/DASAR-zz/Minim-Android / getEffect

Method getEffect

src/ddf/minim/Effectable.java:82–82  ·  view source on GitHub ↗

Returns the i th effect in the effect chain. This method is not required to do bounds checking and may throw an ArrayOutOfBoundsException if i is larger than #effectCount(). @param i which effect to return @return the requested effect

(int i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Implementers 1

AudioSourcesrc/ddf/minim/AudioSource.java

Calls

no outgoing calls

Tested by

no test coverage detected