From 8cf6d04cd2da5ccf0fd0c76bf3efe12f3faea6c2 Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 22 Nov 2006 11:19:37 +0000 Subject: [PATCH] Add preload() to interface. --- .../LiveSupport/PlaylistExecutor/AudioPlayerInterface.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/campcaster/src/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h b/campcaster/src/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h index 56079cccd..19aa52fc3 100644 --- a/campcaster/src/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h +++ b/campcaster/src/modules/playlistExecutor/include/LiveSupport/PlaylistExecutor/AudioPlayerInterface.h @@ -131,6 +131,10 @@ class AudioPlayerInterface detachListener(AudioPlayerEventListener* eventListener) throw (std::invalid_argument) = 0; + virtual void + preload(const std::string fileUrl) throw (std::invalid_argument, + std::runtime_error) + = 0; /** * Specify which audio resource to play. * The file may be a playlist, referencing other files, which