Uses of Class
com.badlogic.gdx.backends.lwjgl3.audio.OggInputStream
-
Packages that use OggInputStream Package Description com.badlogic.gdx.backends.lwjgl3.audio -
-
Uses of OggInputStream in com.badlogic.gdx.backends.lwjgl3.audio
Constructors in com.badlogic.gdx.backends.lwjgl3.audio with parameters of type OggInputStream Constructor Description OggInputStream(java.io.InputStream input, OggInputStream previousStream)Create a new stream to decode OGG data, reusing buffers from another stream.
-