diff options
author | Glenn Kasten <gkasten@google.com> | 2012-02-27 16:05:09 -0800 |
---|---|---|
committer | Glenn Kasten <gkasten@google.com> | 2012-11-05 13:49:59 -0800 |
commit | 7c28540fccf996bed1744686aca1ee9e67b9cf22 (patch) | |
tree | 6365349c39177ed75b32bc7fcb88ac469c88d16d /include/media | |
parent | fb242fa66643d1bd5362077a44c02c86c8064564 (diff) | |
download | frameworks_av-7c28540fccf996bed1744686aca1ee9e67b9cf22.zip frameworks_av-7c28540fccf996bed1744686aca1ee9e67b9cf22.tar.gz frameworks_av-7c28540fccf996bed1744686aca1ee9e67b9cf22.tar.bz2 |
Remove deprecated AudioTrack APIs
Change-Id: I88be6525f3e33df529c0c3cb701d12a484809477
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/AudioTrack.h | 12 |
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. |