06-01-2011 01:05 PM
The marketing info in the developer site for SDK v7 Beta claims that:
How do we control this?
Thanks.
Solved! Go to Solution.
06-07-2011 03:48 PM
Hi maximsuzuki,
This API can be accessed via StreamingBufferControl.setBufferTime(int millis):
http://www.blackberry.com/developers/docs/7.0.0api
This control can be retrieved via Player.getControl("net.rim.device.api.media.contro
http://www.blackberry.com/developers/docs/7.0.0api
In this case, it is important to use the fully qualified name of the package as the getControl() method assumes javax.microedition.media.control if one is not specified.
Erik Oros
BlackBerry Development Advisor