Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MA-15311 DirectAudioPlayer: fix input file NullPointerException when …
…click play button When click play button, met NullPointerException in paserWAVheader: read = minputStream.read(head); The minputStream is opened when threadPlay running. Add some delay before getDuration(paserWAVheader). Change-Id: Id347f3167c7dff6f9268708d048e587e61bf1cdc Signed-off-by: Jindong <[email protected]> Reviewed-on: http://androidsource.ap.freescale.net/project/9742 Reviewed-by: fang hui <[email protected]>
- Loading branch information