commit | 88e209dcf8c2ebddda5c272f46d1bd5478bc639c | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue Jul 07 07:10:45 2009 -0700 |
committer | Eric Laurent <elaurent@google.com> | Tue Jul 07 07:10:45 2009 -0700 |
tree | 0b4bc797c237a5179be63ee9c3716e8213fc08b6 | |
parent | 37ea71122579e9e2ad1f91b3eca5e4d436b54ea9 [diff] |
Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR Store sample rate on 32 bits instead of 16 bits in audio_track_cblk_t. Removed sampleRate() methods from AudioTrack and AudioRecord: replaced by getSampleRate(). AudioTrack::setSampleRate() no returns a status.