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