summaryrefslogtreecommitdiff
path: root/lvpp/VideoEditorPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lvpp/VideoEditorPlayer.h')
-rwxr-xr-xlvpp/VideoEditorPlayer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lvpp/VideoEditorPlayer.h b/lvpp/VideoEditorPlayer.h
index 6b10b36..e1908b7 100755
--- a/lvpp/VideoEditorPlayer.h
+++ b/lvpp/VideoEditorPlayer.h
@@ -51,7 +51,8 @@ class VideoEditorPlayer : public MediaPlayerInterface {
virtual status_t open(
uint32_t sampleRate, int channelCount,
int format, int bufferCount,
- AudioCallback cb, void *cookie);
+ AudioCallback cb, void *cookie,
+ LatencyCallback latencyCb = NULL);
virtual void start();
virtual ssize_t write(const void* buffer, size_t size);