throw new MediaActionException("unable to fetch media: " + e);
}
// Cause playback to begin as soon as possible once start()
// is called on the Player.
final StreamingBufferControl sbc =
(StreamingBufferControl) player
.getControl("net.rim.device.api.media.control.StreamingBufferControl");
sbc.setBufferTime(0);
Control control = player.getControl("VolumeControl");
if (control instanceof VolumeControl) {
final VolumeControl volumeControl = (VolumeControl) control;
_handler.setVolumeController(volumeControl);