summaryrefslogtreecommitdiffstats
path: root/include/media/MediaPlayerInterface.h
diff options
context:
space:
mode:
authorManikanta Sivapala <msivap@codeaurora.org>2015-07-21 19:33:40 +0530
committerLinux Build Service Account <lnxbuild@localhost>2015-10-06 03:24:32 -0600
commitc9792cdfba32fd517b7940d5d1a2a93496afb80c (patch)
tree66c297f3339f844d43faab2391e3b76c191023fd /include/media/MediaPlayerInterface.h
parent15019fc4fb84fef2c50274c6d10907e3a6dd14aa (diff)
downloadframeworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.zip
frameworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.tar.gz
frameworks_av-c9792cdfba32fd517b7940d5d1a2a93496afb80c.tar.bz2
frameworks/av: Changes related to DASH
1) Add MEDIA_QOE event type 2) Open certain methods for extension by declaring them as virtual 3) Add DASH_PLAYER as a new player type 4) Creating DASH Player factory Change-Id: I0376841530218703fabd9d4f45d2c9a32a1f52b2
Diffstat (limited to 'include/media/MediaPlayerInterface.h')
-rw-r--r--include/media/MediaPlayerInterface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/MediaPlayerInterface.h b/include/media/MediaPlayerInterface.h
index df10577..745151b 100644
--- a/include/media/MediaPlayerInterface.h
+++ b/include/media/MediaPlayerInterface.h
@@ -51,6 +51,7 @@ enum player_type {
// The shared library with the test player is passed passed as an
// argument to the 'test:' url in the setDataSource call.
TEST_PLAYER = 5,
+ DASH_PLAYER = 6,
};