summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-23 17:59:04 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-23 17:59:05 +0000
commit0c5260cea542fdf8aa5f36b4f8de37f3b1331398 (patch)
tree5e748e8ea1985ab15e4e321aca6f89b24255ac3d /include
parentc19dc82b6198d06b37018d649bdff3a16d871598 (diff)
parentb882e936ead71ee407a5d6f1e7194115fc13c410 (diff)
downloadframeworks_av-0c5260cea542fdf8aa5f36b4f8de37f3b1331398.zip
frameworks_av-0c5260cea542fdf8aa5f36b4f8de37f3b1331398.tar.gz
frameworks_av-0c5260cea542fdf8aa5f36b4f8de37f3b1331398.tar.bz2
Merge "Update AudioTrack comments to match AudioRecord"
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 0094ff0..e919dd4 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -91,7 +91,7 @@ public:
void* raw;
short* i16; // signed 16-bit
int8_t* i8; // unsigned 8-bit, offset by 0x80
- }; // input: unused, output: pointer to buffer
+ }; // input to obtainBuffer(): unused, output: pointer to buffer
};
/* As a convenience, if a callback is supplied, a handler thread