RootOutputInstance.IControl<TRealtime>
The control interface an implementation of a RootOutputInstance must implement on a struct to be fully formed.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
[JobProducerType(typeof(IRootOutputControlExtensions.JobStruct<,>))]public interface RootOutputInstance.IControl<TRealtime> : ProcessorInstance.IControl<TRealtime> where TRealtime : unmanaged, ProcessorInstance.IRealtime
Remarks
The control side of a ProcessorInstance receives various callbacks from a ControlContext from the logical control thread. You can annotate this with BurstCompileAttribute to have it compiled with Burst.
Additional Resources: ProcessorInstance.IControl<TRealtime>