| _algorithm | StreamingAlgorithmWrapper | protected |
| _defaultParams | Configurable | protected |
| _inputs | Algorithm | protected |
| _inputType | StreamingAlgorithmWrapper | protected |
| _name | Configurable | protected |
| _outputs | Algorithm | protected |
| _outputType | StreamingAlgorithmWrapper | protected |
| _params | Configurable | protected |
| _shouldStop | Algorithm | protected |
| _streamSize | StreamingAlgorithmWrapper | protected |
| acquireData() | Algorithm | |
| Algorithm() | Algorithm | inline |
| configure(const ParameterMap ¶ms) | StreamingAlgorithmWrapper | inlinevirtual |
| configure() | StreamingAlgorithmWrapper | inlinevirtual |
| declareAlgorithm(const std::string &name) | StreamingAlgorithmWrapper | |
| declareInput(SinkBase &sink, NumeralType type, const std::string &name) | StreamingAlgorithmWrapper | |
| declareInput(SinkBase &sink, NumeralType type, int n, const std::string &name) | StreamingAlgorithmWrapper | |
| essentia::streaming::Algorithm::declareInput(SinkBase &sink, const std::string &name, const std::string &desc) | Algorithm | protected |
| essentia::streaming::Algorithm::declareInput(SinkBase &sink, int n, const std::string &name, const std::string &desc) | Algorithm | protected |
| essentia::streaming::Algorithm::declareInput(SinkBase &sink, int acquireSize, int releaseSize, const std::string &name, const std::string &desc) | Algorithm | protected |
| declareOutput(SourceBase &source, NumeralType type, const std::string &name) | StreamingAlgorithmWrapper | |
| declareOutput(SourceBase &source, NumeralType type, int n, const std::string &name) | StreamingAlgorithmWrapper | |
| essentia::streaming::Algorithm::declareOutput(SourceBase &source, const std::string &name, const std::string &desc) | Algorithm | protected |
| essentia::streaming::Algorithm::declareOutput(SourceBase &source, int n, const std::string &name, const std::string &desc) | Algorithm | protected |
| essentia::streaming::Algorithm::declareOutput(SourceBase &source, int acquireSize, int releaseSize, const std::string &name, const std::string &desc) | Algorithm | protected |
| declareParameter(const std::string &name, const std::string &desc, const std::string &range, const Parameter &defaultValue) | Configurable | protected |
| declareParameters() | StreamingAlgorithmWrapper | inlinevirtual |
| defaultParameters() const | Configurable | inline |
| disconnectAll() | Algorithm | |
| input(const std::string &name) | Algorithm | |
| input(int idx) | Algorithm | |
| inputDescription | Algorithm | |
| InputMap typedef | Algorithm | |
| inputNames() const | Algorithm | inline |
| inputs() const | Algorithm | inline |
| name() const | Configurable | inline |
| nProcess | Algorithm | protected |
| NumeralTypeMap typedef | StreamingAlgorithmWrapper | protected |
| output(const std::string &name) | Algorithm | |
| output(int idx) | Algorithm | |
| outputDescription | Algorithm | |
| OutputMap typedef | Algorithm | |
| outputNames() const | Algorithm | inline |
| outputs() const | Algorithm | inline |
| parameter(const std::string &key) const | Configurable | inline |
| parameterDescription | Configurable | |
| parameterRange | Configurable | |
| process() | StreamingAlgorithmWrapper | virtual |
| processingMode | Algorithm | static |
| releaseData() | Algorithm | |
| reset() | StreamingAlgorithmWrapper | inlinevirtual |
| setName(const std::string &name) | Configurable | inline |
| setParameters(const ParameterMap ¶ms) | StreamingAlgorithmWrapper | inlinevirtual |
| shouldStop(bool stop) | Algorithm | virtual |
| shouldStop() const | Algorithm | inlinevirtual |
| StreamingAlgorithmWrapper() | StreamingAlgorithmWrapper | inline |
| synchronizeInput(const std::string &name) | StreamingAlgorithmWrapper | |
| synchronizeIO() | StreamingAlgorithmWrapper | |
| synchronizeOutput(const std::string &name) | StreamingAlgorithmWrapper | |
| ~Algorithm() | Algorithm | inlinevirtual |
| ~Configurable() | Configurable | inlinevirtual |
| ~StreamingAlgorithmWrapper() | StreamingAlgorithmWrapper | |