Searched refs:CachedOggStream (Results 1 – 3 of 3) sorted by relevance
53 public class CachedOggStream implements PhysicalOggStream { class67 public CachedOggStream(InputStream in) throws IOException { in CachedOggStream() method in CachedOggStream76 …Logger.getLogger(CachedOggStream.class.getName()).log(Level.INFO, "Took {0} ms to load OGG", dt/10… in CachedOggStream()
167 if (oggStream instanceof CachedOggStream){ in getOggTotalBytes()168 CachedOggStream cachedOggStream = (CachedOggStream) oggStream; in getOggTotalBytes()251 oggStream = new CachedOggStream(in); in load()
20329 ==> engine/src/jogg/com/jme3/audio/plugins/CachedOggStream.java <==