summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndy Hung <hunga@google.com>2015-06-05 03:40:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-05 03:40:02 +0000
commitbc186651b6ff4bef5ebe0087c0e34bc8e89b14a3 (patch)
treec4375dc39183f9af9576e2d5188fe85f5d7a6490 /include
parent1830513e7a2638e627a7991bc0c786451eadfc0b (diff)
parent179652ee2a508361df1aa18e99000373886f0816 (diff)
downloadframeworks_av-bc186651b6ff4bef5ebe0087c0e34bc8e89b14a3.zip
frameworks_av-bc186651b6ff4bef5ebe0087c0e34bc8e89b14a3.tar.gz
frameworks_av-bc186651b6ff4bef5ebe0087c0e34bc8e89b14a3.tar.bz2
Merge "NuPlayer: Add audio sink buffer configuration" into mnc-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/MediaPlayerInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h
index 46f900e..de82554 100644
--- a/include/media/MediaPlayerInterface.h
+++ b/include/media/MediaPlayerInterface.h
@@ -114,7 +114,8 @@ public:
void *cookie = NULL,
audio_output_flags_t flags = AUDIO_OUTPUT_FLAG_NONE,
const audio_offload_info_t *offloadInfo = NULL,
- bool doNotReconnect = false) = 0;
+ bool doNotReconnect = false,
+ uint32_t suggestedFrameCount = 0) = 0;
virtual status_t start() = 0;