25 #include <boost/scope_exit.hpp> 94 BOOST_SCOPE_EXIT( (&
_video) ) {
96 } BOOST_SCOPE_EXIT_END
114 if (brk || !
_video->isPlaying())
120 if (
EventMan.quitRequested() || brk)
void load(const Common::UString &name)
#define ResMan
Shortcut for accessing the sound manager.
Inter-thread request events.
void debugC(Common::DebugChannel channel, uint32 level, const char *s,...)
A class holding an UTF-8 string.
Utility functions for debug output.
Decoding Actimagine videos.
VideoPlayer(const Common::UString &video)
Common::ScopedPtr< VideoDecoder > _video
A decoder for RAD Game Tools' Bink videos.
A decoder for Actimagine videos.
Keyboard key was pressed.
Mouse button was released.
Basic exceptions to throw.
const char * c_str() const
Return the (utf8 encoded) string data.
"GVideo", global, non-engine video (movies).
Utility templates and functions.
Decoding RAD Game Tools' Bink videos.
Decoding Microsoft Xbox XMV videos.
The global events manager.
Basic reading stream interfaces.
#define EventMan
Shortcut for accessing the events manager.
Video, RAD Game Tools Bink.
Decoding Apple QuickTime videos.
Decoder for QuickTime videos.
FileType
Various file types used by the Aurora engine and found in archives.
#define RequestMan
Shortcut for accessing the request manager.
Scale the video up and down, if necessary.
The global resource manager for Aurora resources.
Generic video decoder interface.