aboutsummaryrefslogtreecommitdiff
path: root/include/oboe/AudioStreamBuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/oboe/AudioStreamBuilder.h')
-rw-r--r--include/oboe/AudioStreamBuilder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oboe/AudioStreamBuilder.h b/include/oboe/AudioStreamBuilder.h
index 033bb336..5c7ac4b6 100644
--- a/include/oboe/AudioStreamBuilder.h
+++ b/include/oboe/AudioStreamBuilder.h
@@ -357,7 +357,7 @@ public:
* We pass a shared_ptr so that the sharedDataCallback object cannot be deleted
* before the stream is deleted.
*
- * @param dataCallback
+ * @param sharedDataCallback
* @return pointer to the builder so calls can be chained
*/
AudioStreamBuilder *setDataCallback(std::shared_ptr<AudioStreamDataCallback> sharedDataCallback) {