summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2013-11-15 15:34:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-15 15:34:12 +0000
commit7dae71d606ded1dbc2aa9733c3d98ffac57988f2 (patch)
tree44eae87739ae1320383fbeb9dc4e3fbd3dd394d7 /libvideoeditor
parentd8a62e25ba6520c2531c7a3d32cc8066e1dab776 (diff)
parent22612345ae97648d5b6db43cc1aa30aad77f7bba (diff)
downloadframeworks_av-7dae71d606ded1dbc2aa9733c3d98ffac57988f2.zip
frameworks_av-7dae71d606ded1dbc2aa9733c3d98ffac57988f2.tar.gz
frameworks_av-7dae71d606ded1dbc2aa9733c3d98ffac57988f2.tar.bz2
Merge "AwesomePlayer: correct stream type for offload" into klp-dev
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorPlayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorPlayer.h b/libvideoeditor/lvpp/VideoEditorPlayer.h
index ab6d731..5862c08 100755
--- a/libvideoeditor/lvpp/VideoEditorPlayer.h
+++ b/libvideoeditor/lvpp/VideoEditorPlayer.h
@@ -62,6 +62,7 @@ class VideoEditorPlayer : public MediaPlayerInterface {
virtual void pause();
virtual void close();
void setAudioStreamType(audio_stream_type_t streamType) { mStreamType = streamType; }
+ virtual audio_stream_type_t getAudioStreamType() const { return mStreamType; }
void setVolume(float left, float right);
virtual status_t dump(int fd,const Vector<String16>& args) const;