AudioCompressionFormat
An enum containing different compression types.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Enum
- Namespace: UnityEngine
- Assembly: UnityEngine.AudioModule
public enum AudioCompressionFormat
Remarks
This enum is used within the AudioImporter to define what type of compression will be used for an imported AudioClip.
Fields
Value | Description |
|---|---|
| AAC | AAC Audio Compression. |
| ADPCM | Adaptive differential pulse-code modulation. |
| ATRAC9 | Sony proprietary hardware format. |
| GCADPCM | Nintendo ADPCM audio compression format. |
| HEVAG | Sony proprietory hardware codec. |
| MP3 | MPEG Audio Layer III. |
| PCM | Uncompressed pulse-code modulation. |
| VAG | Sony proprietary hardware format. |
| Vorbis | Vorbis compression format. |
| XMA | Xbox One proprietary hardware format. |