Parameter | Description |
---|---|
context | The context this Generator is in. |
processor | The type of the Generator. |
configuration | The AudioConfiguration this Generator is being created with. |
setup | The setup the Generator wants to be run with. |
properties | Optional or additional metadata about the Generator. |
Called to configure the Generator before it is used, and when the audio system reconfigures.
In case of reconfiguration, the Generator is temporarily suspended from processing, so it can be safely modified.