summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-11-05 14:58:23 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-05 14:58:24 -0800
commit7eb54958353458953ad052418c1c98a1b5338b7d (patch)
tree974d8e8a8e49b24dbcacbbb99799c703a0f91971 /include
parentad4e408b8ea397caadbfee85e1e39515e7e08104 (diff)
parent847d05dc8fa144dcf8f4f435d6a6ac1727f00937 (diff)
downloadframeworks_av-7eb54958353458953ad052418c1c98a1b5338b7d.zip
frameworks_av-7eb54958353458953ad052418c1c98a1b5338b7d.tar.gz
frameworks_av-7eb54958353458953ad052418c1c98a1b5338b7d.tar.bz2
Merge "Remove deprecated AudioTrack APIs"
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 3d45503..76af2f8 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -167,18 +167,6 @@ public:
int notificationFrames = 0,
int sessionId = 0);
- // DEPRECATED
- explicit AudioTrack( int streamType,
- uint32_t sampleRate = 0,
- int format = AUDIO_FORMAT_DEFAULT,
- int channelMask = 0,
- int frameCount = 0,
- uint32_t flags = (uint32_t) AUDIO_OUTPUT_FLAG_NONE,
- callback_t cbf = 0,
- void* user = 0,
- int notificationFrames = 0,
- int sessionId = 0);
-
/* Creates an audio track and registers it with AudioFlinger. With this constructor,
* the PCM data to be rendered by AudioTrack is passed in a shared memory buffer
* identified by the argument sharedBuffer. This prototype is for static buffer playback.