Version: Unity 6.3 Beta (6000.3)
LanguageEnglish
  • C#

RootOutputInstance.IControl<T0>.Configure(ControlContext,TRealtime,AudioFormat)

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Parameters

Parameter Description
realtime The realtime instance that will be used in the processing thread. In case of reconfiguration, the is temporarily suspended from processing, and you can safely modify its properties.
format The updated system format. This is the same as ControlContext runs with.
context The context this RootOutputInstance is being configured from.

Returns

void Optionally you can return a non-default JobHandle allowing you to do heavier configuration/setup on a worker thread.

Description

Called to configure the RootOutputInstance before it is used, and when the audio system reconfigures.

Additional resources: AudioSettings.Reset