10-20-2011 04:13 AM
Hi, i try to run the StreamingPlayer.zip application from this link "http://supportforums.blackberry.com/t5/Java-Develo
1- private CircularByteBuffer buffer;
2- buffer = new CircularByteBuffer(bufferCapacity, true);
3- buffer.resize(buffer.getSize() + (buffer.getSize() * percent / 100));
can anybody help me plz, if anybody have this application worked i m verry grateful.
thanks in advance;
10-25-2011 03:03 PM
You'll need to download that separately. From the article:
Note: The API needs an implementation of a thread safe Circular Byte Buffer. You can copy the implementation as CircularByteBuffer.java to rimx.media.streaming package and then compile the project. For an example, click here.
12-20-2011 01:27 AM
07-26-2012 10:52 AM
Add the following method to CircularByteBuffer.java
07-26-2012 12:03 PM