public interface StereoEncoder
current[] invariant values. If there is a configuration
then the appropriate value is the next[] is modified.| Modifier and Type | Field and Description |
|---|---|
static StereoEncoder |
EMPTY
empty stereo encoder when no stereo can be perceived
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
encode(long[] current,
long[] next)
Encode one or more stereo elements based on the current invariants.
|
void |
reset()
Reset the stereo-encoders, any currently perceived configurations will be
re-activated.
|
static final StereoEncoder EMPTY
boolean encode(long[] current,
long[] next)
current - current invariantsnext - next invariantsvoid reset()
Copyright © 2022. All rights reserved.