From 362c4e697d8e9c034e964ac7b40227e054491547 Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 14 Dec 2011 10:28:06 -0800 Subject: Audio C++ comments Change-Id: I84906ebb9dfcfa5b96b287d18364b407f02a30c1 --- include/media/IAudioTrack.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/media/IAudioTrack.h') diff --git a/include/media/IAudioTrack.h b/include/media/IAudioTrack.h index 47d530b..3fa2bf8 100644 --- a/include/media/IAudioTrack.h +++ b/include/media/IAudioTrack.h @@ -46,13 +46,13 @@ public: */ virtual void stop() = 0; - /* flush a stopped track. All pending buffers are discarded. - * This function has no effect if the track is not stoped. + /* Flush a stopped track. All pending buffers are discarded. + * This function has no effect if the track is not stopped. */ virtual void flush() = 0; - /* mute or unmutes this track. - * While mutted, the callback, if set, is still called. + /* Mute or unmute this track. + * While muted, the callback, if set, is still called. */ virtual void mute(bool) = 0; @@ -67,7 +67,7 @@ public: */ virtual status_t attachAuxEffect(int effectId) = 0; - /* get this tracks control block */ + /* get this track's control block */ virtual sp getCblk() const = 0; }; -- cgit v1.1