OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vorbisstream
(Results
1 - 1
of
1
) sorted by null
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
OGGLoader.java
47
import de.jarnbjo.vorbis.
VorbisStream
;
62
private
VorbisStream
vorbisStream
;
70
protected final
VorbisStream
vs;
72
public JOggInputStream(
VorbisStream
vs){
130
public SeekableJOggInputStream(
VorbisStream
vs, LogicalOggStream los, float duration){
210
while ( (read =
vorbisStream
.readPcm(buf, 0, buf.length)) > 0){
225
vorbisStream
.close();
243
return new SeekableJOggInputStream(
vorbisStream
,loStream,streamDuration);
245
return new JOggInputStream(
vorbisStream
);
[
all
...]
Completed in 74 milliseconds