summaryrefslogtreecommitdiffstats
path: root/include/media/AudioRecord.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-06-21 16:24:32 -0700
committerGlenn Kasten <gkasten@google.com>2012-11-06 14:27:51 -0800
commit26ba972eafde73a26271ecf027a1d5988ce50eb8 (patch)
tree855c95819711ccf8e641bf77d428ea9d81955415 /include/media/AudioRecord.h
parent48c6b2628f8a6037309c7957b07129d850187aa3 (diff)
downloadframeworks_av-26ba972eafde73a26271ecf027a1d5988ce50eb8.zip
frameworks_av-26ba972eafde73a26271ecf027a1d5988ce50eb8.tar.gz
frameworks_av-26ba972eafde73a26271ecf027a1d5988ce50eb8.tar.bz2
Removed unused fields in AudioRecord::Buffer
Change-Id: I89fc6d8f695b48516d956b0a9a4a43d408f369f9
Diffstat (limited to 'include/media/AudioRecord.h')
-rw-r--r--include/media/AudioRecord.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index f9f6e8d..0ab26b8 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -57,13 +57,6 @@ public:
class Buffer
{
public:
- enum {
- MUTE = 0x00000001
- };
- uint32_t flags;
- int channelCount;
- audio_format_t format;
-
size_t frameCount; // number of sample frames corresponding to size;
// on input it is the number of frames available,
// on output is the number of frames actually drained