Versions with this page:
Versions without this page:
Returns the speaker mode capability of the current audio driver. (Read Only)
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { AudioSettings.speakerMode = AudioSettings.driverCapabilities; } }