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

org.lwjgl.openal.LOKIAudioChannel 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 ALC_LOKI_audio_channel} extension. */
public final class LOKIAudioChannel {

    /** {@code ALC_LOKI_audio_channel} tokens. */
    public static final int
        ALC_CHAN_MAIN_LOKI = 0x500001,
        ALC_CHAN_PCM_LOKI  = 0x500002,
        ALC_CHAN_CD_LOKI   = 0x500003;

    private LOKIAudioChannel() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy