diff options
author | Dharmaray Kundargi <dharmaray@google.com> | 2011-01-16 16:43:20 -0800 |
---|---|---|
committer | Dharmaray Kundargi <dharmaray@google.com> | 2011-01-16 16:43:20 -0800 |
commit | ccb3506ed1845121b94f4e27244e61a46eb19815 (patch) | |
tree | 28dbe58d3112cb15c9b87d94897d2aa73b1042e3 /include/media | |
parent | 6ee94582e3ce7bdd9625345e7564e3176a51a2f3 (diff) | |
download | frameworks_av-ccb3506ed1845121b94f4e27244e61a46eb19815.zip frameworks_av-ccb3506ed1845121b94f4e27244e61a46eb19815.tar.gz frameworks_av-ccb3506ed1845121b94f4e27244e61a46eb19815.tar.bz2 |
integrate videoeditor preview player.
Change-Id: I83084f494605c8e6f4d198afa8c36f9e29579667
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/stagefright/AudioPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/AudioPlayer.h b/include/media/stagefright/AudioPlayer.h index 37af032..d12ee9c 100644 --- a/include/media/stagefright/AudioPlayer.h +++ b/include/media/stagefright/AudioPlayer.h @@ -65,6 +65,7 @@ public: bool reachedEOS(status_t *finalStatus); private: + friend class VideoEditorAudioPlayer; sp<MediaSource> mSource; AudioTrack *mAudioTrack; |