commit | 89269d69b4d93deed90aa50881d0a5d88b3fd8d9 | [log] [tgz] |
---|---|---|
author | Ray Essick <essick@google.com> | Sun Jan 20 14:46:19 2019 -0800 |
committer | Ray Essick <essick@google.com> | Thu Jan 24 15:57:51 2019 -0800 |
tree | b90605dcd07492d22dede6ac3295190892982520 | |
parent | ba8c48429d82d22737a84d2713fa1880a4654cbd [diff] [blame] |
MediaPlayer2 using the new mediametrics stable interface converts mediaplayer2 to use the new interface. Bug: 112555455 Test: boot / relevant ctsMediaTests Change-Id: I186c1931408414e9fd42bbc501e636a9624b6a6e
diff --git a/media/libmediaplayer2/include/mediaplayer2/mediaplayer2.h b/media/libmediaplayer2/include/mediaplayer2/mediaplayer2.h index 78865c4..2993ab1 100644 --- a/media/libmediaplayer2/include/mediaplayer2/mediaplayer2.h +++ b/media/libmediaplayer2/include/mediaplayer2/mediaplayer2.h
@@ -102,6 +102,7 @@ status_t setAudioAttributes(const jobject attributes); jobject getAudioAttributes(); status_t getParameter(int key, Parcel* reply); + status_t getMetrics(char **buffer, size_t *length); // Modular DRM status_t prepareDrm(int64_t srcId,