vorbis extension

This commit is contained in:
Brian Matzon 2004-01-08 22:56:59 +00:00
parent 570fbf8387
commit 8772b13167
1 changed files with 3 additions and 0 deletions

View File

@ -230,6 +230,9 @@ public interface BaseALConstants {
/** Sound buffers: format specifier. */
public static final int AL_FORMAT_STEREO16 = 0x1103;
/** Ogg Vorbis format specifier. */
public static final int AL_FORMAT_VORBIS_EXT = 0x1110;
/**
* Sound buffers: frequency, in units of Hertz [Hz].