diff options
author | John Spurlock <jspurlock@google.com> | 2014-03-19 13:05:45 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2014-03-19 15:40:40 -0400 |
commit | de9453fb5cbc9cd69fd1ea45d577851e3aa3b8c9 (patch) | |
tree | bb52d2f3c0f9f77a904ad4aaba8867cad727e28b /include | |
parent | 8c75ab3416313843314446c5bbeafa62b83f0d63 (diff) | |
download | frameworks_av-de9453fb5cbc9cd69fd1ea45d577851e3aa3b8c9.zip frameworks_av-de9453fb5cbc9cd69fd1ea45d577851e3aa3b8c9.tar.gz frameworks_av-de9453fb5cbc9cd69fd1ea45d577851e3aa3b8c9.tar.bz2 |
Add MediaPlayer::getAudioStreamType.
Change-Id: I9cd8a718d2873543609aa651fd85749478f4f89f
Diffstat (limited to 'include')
-rw-r--r-- | include/media/mediaplayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/mediaplayer.h b/include/media/mediaplayer.h index f8e4e3b..3ca3095 100644 --- a/include/media/mediaplayer.h +++ b/include/media/mediaplayer.h @@ -223,6 +223,7 @@ public: status_t getDuration(int *msec); status_t reset(); status_t setAudioStreamType(audio_stream_type_t type); + status_t getAudioStreamType(audio_stream_type_t *type); status_t setLooping(int loop); bool isLooping(); status_t setVolume(float leftVolume, float rightVolume); |