search for: playposit

Displaying 1 result from an estimated 1 matches for "playposit".

Did you mean: playpos
2011 May 23
2
[Cortado] How to support seeking in on-the-fly generated Theora stream?
...tion e) { e.printStackTrace(); } /* ... code to seek ... */ } The sinkpad checks if the next buffer begins with OggS pattern and calls the notifyAll() method: protected void taskFunc() { boolean runSeekIfWanted = false; synchronized (queue) { /* ... */ if (playPosition+1 < queue.size()) { obj = queue.elementAt(playPosition+1); if (obj instanceof Buffer) { Buffer bb = (Buffer) obj; if (bb.data[0] == 'O' && bb.data[1] == 'g' && bb.da...