jogamp.opengl.openal.av.ALDummyUsage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jogl-all-android Show documentation
Show all versions of jogl-all-android Show documentation
Java™ Binding for the OpenGL® API (Android)
The newest version!
package jogamp.opengl.openal.av;
import com.jogamp.openal.AL;
import com.jogamp.openal.JoalVersion;
/**
* Demo JOAL usage w/ av dependency, i.e. FFMPEGMediaPlayer ..
*/
public class ALDummyUsage {
static AL al;
public static void main(final String args[]) {
System.err.println("JOGL> Hello JOAL");
System.err.println("JOAL: "+JoalVersion.getInstance().toString());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy