summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/AudioPlayerBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvideoeditor/lvpp/AudioPlayerBase.h')
-rw-r--r--libvideoeditor/lvpp/AudioPlayerBase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvideoeditor/lvpp/AudioPlayerBase.h b/libvideoeditor/lvpp/AudioPlayerBase.h
index 31b9fa2..b39d4a2 100644
--- a/libvideoeditor/lvpp/AudioPlayerBase.h
+++ b/libvideoeditor/lvpp/AudioPlayerBase.h
@@ -27,7 +27,7 @@ namespace android {
class MediaSource;
class AudioTrack;
-class PreviewPlayerBase;
+class PreviewPlayer;
class AudioPlayerBase : public TimeSource {
public:
@@ -37,7 +37,7 @@ public:
};
AudioPlayerBase(const sp<MediaPlayerBase::AudioSink> &audioSink,
- PreviewPlayerBase *audioObserver = NULL);
+ PreviewPlayer *audioObserver = NULL);
virtual ~AudioPlayerBase();
@@ -93,7 +93,7 @@ private:
MediaBuffer *mFirstBuffer;
sp<MediaPlayerBase::AudioSink> mAudioSink;
- PreviewPlayerBase *mObserver;
+ PreviewPlayer *mObserver;
static void AudioCallback(int event, void *user, void *info);
void AudioCallback(int event, void *info);