Merge change Id095e180 into eclair
* changes: Make sure the visualization stops immediately when sound stops, instead of continuing for a fraction of a second.
This commit is contained in:
@ -1509,6 +1509,7 @@ void MediaPlayerService::AudioOutput::pause()
|
||||
{
|
||||
LOGV("pause");
|
||||
if (mTrack) mTrack->pause();
|
||||
lastWriteTime = 0;
|
||||
}
|
||||
|
||||
void MediaPlayerService::AudioOutput::close()
|
||||
|
Reference in New Issue
Block a user