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

Setup

struct in UnityEngine.Audio

/

Implemented in:UnityEngine.AudioModule

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

Description

Information on the audio setup of the GeneratorInstance passed back to the instantiator from GeneratorInstance.IControl_1.Configure.

Additional resources: ControlContext.GetConfiguration

Properties

Property Description
sampleRate Declare the sample rate the output of this GeneratorInstance will be played at.
speakerMode Declare the AudioSpeakerMode of this GeneratorInstance and by extension the number of channels this GeneratorInstance will use.

Constructors

Constructor Description
GeneratorInstance.Setup Create a new generator setup.