OSDN Git Service

Workaround for track recreation bug
authorJean-Michel Trivi <jmtrivi@google.com>
Thu, 13 Sep 2012 02:42:34 +0000 (19:42 -0700)
committerJean-Michel Trivi <jmtrivi@google.com>
Thu, 13 Sep 2012 02:42:34 +0000 (19:42 -0700)
commit8645717388acc74efd9127b84da121be8bf733ba
tree3095c0e54e9590755cf83d3fb94e51ebe35982a3
parent71ea9f024c3943160110d9aa15b082b66516f72e
Workaround for track recreation bug

Ignore thread can call Java parameter to work around bug where
 AudioTrack instance gets recreated when key clicks are enabled
 and WFD gets turned on, with the wrong parameters.

Change-Id: Ia42c8704b46fe3ffea560b05b60939fa2e4b29e1
media/libmedia/AudioTrack.cpp