summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorPlayer.h
diff options
context:
space:
mode:
authorGloria Wang <gwang@google.com>2011-04-25 17:29:16 -0700
committerGloria Wang <gwang@google.com>2011-04-29 09:38:53 -0700
commitacb62af8ccf493b38decd91d94eb18395b6f9461 (patch)
tree419fdab44ec0de50f1c671e37e5248954a0531ea /libvideoeditor/lvpp/VideoEditorPlayer.h
parent6859837b0bdea82be855ab50bd69c5ac9b62acf2 (diff)
downloadframeworks_av-acb62af8ccf493b38decd91d94eb18395b6f9461.zip
frameworks_av-acb62af8ccf493b38decd91d94eb18395b6f9461.tar.gz
frameworks_av-acb62af8ccf493b38decd91d94eb18395b6f9461.tar.bz2
Add setParameter/getParameter to MediaPlayer API
for bug 1982947 Change-Id: Ic32704367bdcf2ade3f035a164927e95c69af7fa
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorPlayer.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.h b/libvideoeditor/lvpp/VideoEditorPlayer.h
index 0b8a992..349f7fd 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.h
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.h
@@ -117,6 +117,8 @@ public:
virtual status_t resume();
virtual void acquireLock();
virtual void releaseLock();
+ virtual status_t setParameter(int key, const Parcel &request);
+ virtual status_t getParameter(int key, Parcel *reply);
virtual status_t getMetadata(
const media::Metadata::Filter& ids, Parcel *records);