# GamepadSpeakerOutputType

> Gamepad audio output types.

## Definition

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

```csharp
public enum GamepadSpeakerOutputType
```

## Remarks

This API is only for PlayStation 4 and PlayStation 5 platforms. Enclose this API with the UNITY\_EDITOR define for platforms other than PlayStation 4 and PlayStation 5.

## Fields

| Value                                                                                                            | Description                                                                                               |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------- |
| [SecondaryVibration](/engine/6000.0/script-reference/unityengine/gamepadspeakeroutputtype/secondaryvibration.md) | Audio output is through a secondary gamepad's vibration device if supported.                              |
| [Speaker](/engine/6000.0/script-reference/unityengine/gamepadspeakeroutputtype/speaker.md)                       | Audio output is through the gamepads audio speaker if the gamepad supports playing audio.                 |
| [Vibration](/engine/6000.0/script-reference/unityengine/gamepadspeakeroutputtype/vibration.md)                   | Audio output is through the gamepads vibration device if the gamepad supports playing audio as vibration. |
