OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
movieaudiofactory.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_MWSOUND_MOVIEAUDIOFACTORY_H
2 #define OPENMW_MWSOUND_MOVIEAUDIOFACTORY_H
3 
4 #include <extern/osg-ffmpeg-videoplayer/audiofactory.hpp>
5 
6 namespace MWSound
7 {
8 
9  class MovieAudioFactory : public Video::MovieAudioFactory
10  {
11  virtual boost::shared_ptr<Video::MovieAudioDecoder> createDecoder(Video::VideoState* videoState);
12  };
13 
14 }
15 
16 #endif
Definition: movieaudiofactory.hpp:9
virtual boost::shared_ptr< Video::MovieAudioDecoder > createDecoder(Video::VideoState *videoState)
Definition: movieaudiofactory.cpp:159