Package | Description |
---|---|
org.jcodec.audio |
Modifier and Type | Method and Description |
---|---|
static FilterGraph.Factory |
FilterGraph.addLevel(AudioFilter first) |
FilterGraph.Factory |
FilterGraph.Factory.addLevel(AudioFilter[] filters)
Adds filters to the next level in the graph
The filters are added to from the left to the right, i.e.
|
FilterGraph.Factory |
FilterGraph.Factory.addLevels(AudioFilter filter,
int n)
Adds n of this filter as the next level in a graph
|
FilterGraph.Factory |
FilterGraph.Factory.addLevelSpan(AudioFilter filter)
Adds a level to the graph and tries to fill it with as many of the
current filter as will be needed to take all the outputs of the
previous level
|
Copyright © 2019. All rights reserved.