Parameter | Description |
---|---|
pipe | Cross-thread communications pipe. |
context | The ProcessingContext for the current mix-frame. |
JobHandle Optionally an async dependency that will be fed into every other RootOutput.IProcessor.Process.
Perform any tasks necessary before any other resource managed by this RootOutput.IProcessor is being used by anything else.
For instance, a generator hardware input may sample its data here once, and that would then be available afterwards without changing for this mixing update.