All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.lwjgl.openal.EXTMulawMCFormats Maven / Gradle / Ivy

Go to download

A cross-platform 3D audio API appropriate for use with gaming applications and many other types of audio applications.

There is a newer version: 3.3.4
Show newest version
/*
 * Copyright LWJGL. All rights reserved.
 * License terms: https://www.lwjgl.org/license
 * MACHINE GENERATED FILE, DO NOT EDIT
 */
package org.lwjgl.openal;

/** Native bindings to the {@code AL_EXT_MULAW_MCFORMATS} extension. */
public final class EXTMulawMCFormats {

    /** Buffer formats. */
    public static final int
        AL_FORMAT_MONO_MULAW   = 0x10014,
        AL_FORMAT_STEREO_MULAW = 0x10015,
        AL_FORMAT_QUAD_MULAW   = 0x10021,
        AL_FORMAT_REAR_MULAW   = 0x10022,
        AL_FORMAT_51CHN_MULAW  = 0x10023,
        AL_FORMAT_61CHN_MULAW  = 0x10024,
        AL_FORMAT_71CHN_MULAW  = 0x10025;

    private EXTMulawMCFormats() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy