diff options
author | Glenn Kasten <gkasten@google.com> | 2012-11-14 15:43:41 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-11-14 15:43:41 -0800 |
commit | 8f1c74943c454fec3f1adf87312c4a4c89829d90 (patch) | |
tree | 4e62b8802ffe56074f7e8b676143b9c838262472 /include/media/AudioSystem.h | |
parent | a9749e3468fda2288dda65d1ef52e0997f6d8897 (diff) | |
parent | f6fd99cc07deb0fa4f3e8fc278836bd90649964f (diff) | |
download | frameworks_av-8f1c74943c454fec3f1adf87312c4a4c89829d90.zip frameworks_av-8f1c74943c454fec3f1adf87312c4a4c89829d90.tar.gz frameworks_av-8f1c74943c454fec3f1adf87312c4a4c89829d90.tar.bz2 |
Merge "Remove deprecated AudioSystem methods"
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r-- | include/media/AudioSystem.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h index 2218fad..d64ecd4 100644 --- a/include/media/AudioSystem.h +++ b/include/media/AudioSystem.h @@ -107,12 +107,6 @@ public: audio_stream_type_t stream, uint32_t* latency); - // DEPRECATED - static status_t getOutputSamplingRate(int* samplingRate, int stream = AUDIO_STREAM_DEFAULT); - - // DEPRECATED - static status_t getOutputFrameCount(int* frameCount, int stream = AUDIO_STREAM_DEFAULT); - static bool routedToA2dpOutput(audio_stream_type_t streamType); static status_t getInputBufferSize(uint32_t sampleRate, audio_format_t format, |