# DisableDualShock4Output()

> Disables playing of audio source though any enabled DUALSHOCK™4 controller.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.3/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

> **Warning:**
>
> **Deprecated.** Use DisableGamepadOutput instead

```csharp
public bool DisableDualShock4Output()
```

### Returns

| Type                                                          | Description                                                             |
| ------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Returns TRUE if disabling DUALSHOCK™4 controller output was successful. |
