RootOutputInstance.IRealtime
The processing interface an implementation of a RootOutputInstance must implement on a struct to be fully formed.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
[JobProducerType(typeof(IRootOutputProcessorExtensions.JobStruct<>))]public interface RootOutputInstance.IRealtime : ProcessorInstance.IRealtime
Remarks
The processing side of a ProcessorInstance receives various callbacks from a RealtimeContext from the logical processing thread. You can annotate this with BurstCompileAttribute to have it compiled with Burst.
Additional Resources: ProcessorInstance.IRealtime
Methods
Method | Description |
|---|---|
| RemovedFromProcessing | Called potentially after a sequence of ProcessorInstance.IRealtime.Update, when a ProcessorInstance has been disposed from eg. ControlContext.Destroy. |