summaryrefslogtreecommitdiffstats
path: root/include/media/AudioTrack.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2013-07-31 12:25:00 -0700
committerGlenn Kasten <gkasten@google.com>2013-08-02 15:31:44 -0700
commit6ca126d5c83386941c5cb9600099e5510e4430d6 (patch)
tree6298fbfc9a0d509fa90ab50cb21894d9fa380868 /include/media/AudioTrack.h
parentf36dbfe3d517e9311be0a4d0fd6658380690e84c (diff)
downloadframeworks_av-6ca126d5c83386941c5cb9600099e5510e4430d6.zip
frameworks_av-6ca126d5c83386941c5cb9600099e5510e4430d6.tar.gz
frameworks_av-6ca126d5c83386941c5cb9600099e5510e4430d6.tar.bz2
Make AudioRecord and AudioTrack comments more similar
Change-Id: I122a7cf7bfc162090cb27f37c325db7a23985bc7
Diffstat (limited to 'include/media/AudioTrack.h')
-rw-r--r--include/media/AudioTrack.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 523bd32..7687aae 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -116,6 +116,7 @@ public:
* Returned status (from utils/Errors.h) can be:
* - NO_ERROR: successful operation
* - NO_INIT: audio server or audio hardware not initialized
+ * - BAD_VALUE: unsupported configuration
*/
static status_t getMinFrameCount(size_t* frameCount,
@@ -682,8 +683,9 @@ protected:
STATE_STOPPING,
} mState;
+ // for client callback handler
callback_t mCbf; // callback handler for events, or NULL
- void* mUserData; // for client callback handler
+ void* mUserData;
// for notification APIs
uint32_t mNotificationFramesReq; // requested number of frames between each