Ces constantes sont définies par cette extension, et ne sont disponibles que si cette extension a été compilée avec PHP, ou bien chargée au moment de l'exécution.
| Constante | Définition | 
|---|---|
OGGVORBIS_PCM_U8 | 
     PCM 8-bit non-signé. | 
OGGVORBIS_PCM_S8 | 
     PCM 8-bit signé. | 
OGGVORBIS_PCM_U16_LE | 
     PCM 16-bit non-signé. Arrangements normaux Little Endian. | 
OGGVORBIS_PCM_U16_BE | 
     PCM 16-bit non-signé. Arrangements normaux Big Endian. | 
OGGVORBIS_PCM_S16_LE | 
     PCM 16-bit signé. Arrangements normaux Little Endian. | 
OGGVORBIS_PCM_S16_BE | 
     PCM 16-bit signé. Arrangements normaux Big Endian. |