summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2014-07-03 16:37:08 -0700
committerEric Laurent <elaurent@google.com>2014-07-03 16:46:52 -0700
commit665470b36f202bcc8ee2f7417f68fd2608dd07c1 (patch)
treeb2ab9efffb5af2d730c1899c23c1706bf4793c6d /include/media/AudioSystem.h
parent5ba4440c11eb975ec0e104e0af1981838f42f57c (diff)
downloadframeworks_av-665470b36f202bcc8ee2f7417f68fd2608dd07c1.zip
frameworks_av-665470b36f202bcc8ee2f7417f68fd2608dd07c1.tar.gz
frameworks_av-665470b36f202bcc8ee2f7417f68fd2608dd07c1.tar.bz2
audio: deprecate audio_stream_frame_size()
Bug: 15000850. Change-Id: I955a6efa620b8f70fa5193c7853cbe88e879c9c3
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index c89ceaa..e1aab41 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -108,7 +108,7 @@ public:
static status_t getSamplingRate(audio_io_handle_t output,
uint32_t* samplingRate);
// returns the number of frames per audio HAL write buffer. Corresponds to
- // audio_stream->get_buffer_size()/audio_stream_frame_size()
+ // audio_stream->get_buffer_size()/audio_stream_out_frame_size()
static status_t getFrameCount(audio_io_handle_t output,
size_t* frameCount);
// returns the audio output stream latency in ms. Corresponds to