diff options
author | Glenn Kasten <gkasten@google.com> | 2015-03-23 17:29:23 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-03-23 17:29:24 +0000 |
commit | c19dc82b6198d06b37018d649bdff3a16d871598 (patch) | |
tree | faafcc9625c23979bc966ec3e5df849f44266356 /include/media | |
parent | f85e854158cbed22a68625d2fafea50b86ca791f (diff) | |
parent | 85fc799d4cde549c7cc82d9e5c84f21e161ecfbe (diff) | |
download | frameworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.zip frameworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.tar.gz frameworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.tar.bz2 |
Merge "AudioTrack::dump() comment"
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/AudioTrack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h index 1d99c86..0094ff0 100644 --- a/include/media/AudioTrack.h +++ b/include/media/AudioTrack.h @@ -584,6 +584,7 @@ public: /* * Dumps the state of an audio track. + * Not a general-purpose API; intended only for use by media player service to dump its tracks. */ status_t dump(int fd, const Vector<String16>& args) const; |