summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-20 10:56:35 -0700
committerGlenn Kasten <gkasten@google.com>2015-03-23 08:03:21 -0700
commita5017872000a938667c76d760a866547c3719d09 (patch)
tree63f7de068471f1ddd4f78e2098152bde804199c1 /include/media/AudioRecord.h
parent138d6f9b0b77d94773a8a29d3c5bdb78f38ee142 (diff)
downloadframeworks_av-a5017872000a938667c76d760a866547c3719d09.zip
frameworks_av-a5017872000a938667c76d760a866547c3719d09.tar.gz
frameworks_av-a5017872000a938667c76d760a866547c3719d09.tar.bz2
Update AudioTrack constructor and set() comments
Comments were missing for recently added parameters. Change-Id: I414594fed56317112be5f3b415871d77e7f7e282
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index 0b15f27..5fd055c 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -61,7 +61,7 @@ public:
public:
// FIXME use m prefix
size_t frameCount; // number of sample frames corresponding to size;
- // on input to obtainBuffer() it is the number of frames desired,
+ // on input to obtainBuffer() it is the number of frames desired
// on output from obtainBuffer() it is the number of available
// frames to be read
// on input to releaseBuffer() it is currently ignored