03-10-2013, 04:10 PM
(03-10-2013, 01:28 PM)shenweip Wrote:Code:
} else if (id.getAtracCodec().getChannelLength() < 26420) {
// The media engine is reading chunks of 26420 bytes from the channel.
// If the channel contains less than one chunk, request more data.
Another place still freeze,I find modify to this will be better for this game.
Code:
} else if (id.getAtracCodec().getChannelLength() < 0) {