summaryrefslogtreecommitdiffstats
path: root/include/media
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
commit6608582c5fc4dc4041d18d0e619fb3042380607b (patch)
treebf20be6b2305583e4fb27736b58574e5fbf009eb /include/media
parent96f1528dd637c6e806456d56c635ab2e92b0bd9b (diff)
downloadframeworks_av-6608582c5fc4dc4041d18d0e619fb3042380607b.zip
frameworks_av-6608582c5fc4dc4041d18d0e619fb3042380607b.tar.gz
frameworks_av-6608582c5fc4dc4041d18d0e619fb3042380607b.tar.bz2
Removed unused fields in AudioRecord::Buffer
Change-Id: I89fc6d8f695b48516d956b0a9a4a43d408f369f9
Diffstat (limited to 'include/media')
-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