diff options
| author | 2009-06-04 15:46:53 -0500 | |
|---|---|---|
| committer | 2009-07-14 13:55:54 -0700 | |
| commit | b3dfca197c63a7ed5434a0b126c9d3b30ae9682b (patch) | |
| tree | fd60145d7ce4b0b048e372e47806541ab16794fd /include | |
| parent | 334a67740c9f7f35fa9ee93cf0f8051d41ce2d7a (diff) | |
Ignore pause and seek for live streaming.
Diffstat (limited to 'include')
| -rw-r--r-- | include/media/PVPlayer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/PVPlayer.h b/include/media/PVPlayer.h index eb4595ba156a..d8a677fb8edb 100644 --- a/include/media/PVPlayer.h +++ b/include/media/PVPlayer.h @@ -63,6 +63,7 @@ private: static void run_set_video_surface(status_t s, void *cookie, bool cancelled); static void run_set_audio_output(status_t s, void *cookie, bool cancelled); static void run_prepare(status_t s, void *cookie, bool cancelled); + static void check_for_live_streaming(status_t s, void *cookie, bool cancelled); PlayerDriver* mPlayerDriver; char * mDataSourcePath; |