Parameter | Description |
---|---|
context | The context associated with this Generator. |
nestedConfiguration | If not null, the Generator shall be created as a nested processor with the given configuration to be used from within another processor. |
creationParameters | Additional creation parameters. |
Generator A runtime instance you control the lifetime of. You can use this to directly generate sound with a ProcessingContext or control it with a ControlContext.
Ask this interface to instantiate a runtime Generator instance like a factory.
The implementer must return a valid Generator instance or throw an exception.